mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
broken link updates
This commit is contained in:
@@ -520,9 +520,9 @@ if (isset($_POST["import_clients_csv"])) {
|
||||
|
||||
$client_id = mysqli_insert_id($mysqli);
|
||||
|
||||
if (!file_exists("uploads/clients/$client_id")) {
|
||||
mkdir("uploads/clients/$client_id");
|
||||
file_put_contents("uploads/clients/$client_id/index.php", "");
|
||||
if (!file_exists("../uploads/clients/$client_id")) {
|
||||
mkdir("../uploads/clients/$client_id");
|
||||
file_put_contents("../uploads/clients/$client_id/index.php", "");
|
||||
}
|
||||
|
||||
// Create Referral if it doesn't exist
|
||||
|
||||
Reference in New Issue
Block a user