Поправил пути на конфиг
This commit is contained in:
parent
cb9d8df8fc
commit
d580989549
@ -6,8 +6,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
include "config.php";
|
include "../config.php";
|
||||||
include "functions.php";
|
include "../functions.php";
|
||||||
|
|
||||||
if (empty($user['admin'])) {
|
if (empty($user['admin'])) {
|
||||||
echo "<!DOCTYPE HTML><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL /admin.php was not found on this server.</p><hr><address>Apache/2.2.22 (@RELEASE@) Server at Hetzner Datacenter 426</address></body></html>";
|
echo "<!DOCTYPE HTML><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL /admin.php was not found on this server.</p><hr><address>Apache/2.2.22 (@RELEASE@) Server at Hetzner Datacenter 426</address></body></html>";
|
||||||
|
Loading…
Reference in New Issue
Block a user