mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-03 14:26:26 +00:00
7 lines
83 B
PHP
Executable File
7 lines
83 B
PHP
Executable File
<?
|
|
|
|
$jsScripts = glob("../script/plugins/*.js");
|
|
|
|
echo json_encode($jsScripts);
|
|
|
|
?>
|