From 55790c3d5284c8a78d2f3609a09580b8f4729638 Mon Sep 17 00:00:00 2001 From: Tomer Date: Mon, 3 Oct 2016 09:38:15 -0400 Subject: [PATCH] Adjusted undefined variables. --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 70f4647..e15bfb1 100755 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ */ session_start(); - + $config = json_decode(file_get_contents("config.json"), true); function get_current_url() { @@ -46,7 +46,7 @@ function get_current_url() {