fucking sql query

This commit is contained in:
lopar
2019-06-22 12:34:23 +03:00
parent b687eaad64
commit cdbb724234
2 changed files with 59 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
session_start();
require_once '../functions.php';
db::c()->prepare();
if (empty($user['admin'])) {
echo "<!DOCTYPE HTML><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL {$_SERVER['SCRIPT_NAME']} was not found on this server.</p><hr><address>Apache/2.2.22 (@RELEASE@) Server at Hetzner Datacenter 426</address></body></html>";
exit;