Files
html/api/wevia-skills.php
2026-04-12 22:57:03 +02:00

5 lines
188 B
PHP

<?php
header("Content-Type: application/json");
$m=@json_decode(@file_get_contents("/var/www/weval/skills/manifest.json"),true)?:["total"=>0];
echo json_encode(["ok"=>true,"skills"=>$m]);