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