mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 07:15:29 +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);
|
|
|
|
?>
|