Update add_client.php
This commit is contained in:
@@ -110,7 +110,6 @@ include "../../../config.php";
|
|||||||
}
|
}
|
||||||
$stmt -> close();
|
$stmt -> close();
|
||||||
//create the files and download them
|
//create the files and download them
|
||||||
file $fp;
|
|
||||||
$fp=fopen("/var/www/html/setup.txt","w");
|
$fp=fopen("/var/www/html/setup.txt","w");
|
||||||
fwrite($fp,"$this_server");
|
fwrite($fp,"$this_server");
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|||||||
Reference in New Issue
Block a user