sync code, fix PHP8 warning

This commit is contained in:
root
2020-11-02 19:53:12 +00:00
parent 255ed956c2
commit 4e4a01749d
7 changed files with 164 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $path=trim($_POST['path'],$_ds);
$_REALPATH=realpath('../');
include($_REALPATH.'/php/clonos.php');
$clonos=new ClonOS($_REALPATH);
$clonos->json_req=true;
//$file_path=$_REALPATH.$_ds.'public/pages'.$_ds.$path.$_ds;
//$clonos->json_name=$file_path.'a.json.php';