From d580989549fa7fb9b15261e0b3499bb735fb998a Mon Sep 17 00:00:00 2001 From: lopar Date: Sat, 23 Jun 2018 23:24:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=BD=D0=B0=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=84=D0=B8=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
";