mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
first commit
This commit is contained in:
7
cgi-bin/getPluginsList.php
Executable file
7
cgi-bin/getPluginsList.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?
|
||||
|
||||
$jsScripts = glob("../script/plugins/*.js");
|
||||
|
||||
echo json_encode($jsScripts);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user