diff --git a/admin/admin.php b/admin/admin.php index da612a7..afdf439 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -6,8 +6,8 @@ */ session_start(); -include "config.php"; -include "functions.php"; +include "../config.php"; +include "../functions.php"; if (empty($user['admin'])) { echo "404 Not Found

Not Found

The requested URL /admin.php was not found on this server.


Apache/2.2.22 (@RELEASE@) Server at Hetzner Datacenter 426
";