From 8ee4336d778b2bdc1b8ba522d9251a4f664fe664 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Aug 2016 11:30:19 +0200 Subject: Require paths --- include/contacts-new.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/contacts-new.php') diff --git a/include/contacts-new.php b/include/contacts-new.php index b671be4..30fe5b2 100644 --- a/include/contacts-new.php +++ b/include/contacts-new.php @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -require_once('./conf.php'); -require_once('./login-ajax.php'); +require_once(__DIR__ . '/../conf.php'); +require_once(__DIR__ . '/../login-ajax.php'); $response = new Response(); -- cgit v1.2.3