Update add_client.php

This commit is contained in:
jakani24
2024-02-17 10:57:07 +01:00
parent ab181c43e0
commit 5bf9c34101

View File

@@ -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);