This commit is contained in:
2025-05-16 01:14:30 +02:00
parent 4aed96037d
commit 4f7b1715f7
21 changed files with 12 additions and 9 deletions

6
addSite.php Normal file → Executable file
View File

@ -1,8 +1,10 @@
<?php
$siteName = filter_input(INPUT_POST, "siteName", FILTER_SANITIZE_STRING);
if (!$siteName) {
header("Location: 400.php");
exit;
/*header("Location: 400.php");
exit;*/
include "400.php";
die();
}
include "connect.php";
try {