aaPanel 6.6.9

Optimize PHP Manager
Optimize file manager move file logic
Optimize online editor
This commit is contained in:
jose
2020-05-22 17:37:25 +08:00
parent 82c21c7a76
commit a0db8e1e48
48 changed files with 7888 additions and 145 deletions
+1 -1
View File
@@ -75,6 +75,6 @@ function get_info(){
return $data;
}
$result = get_info();
exit(json_encode($result,1));
exit(json_encode($result));