From 4e7e1b7975d3ac1fabefba9a94c59432e58b463e Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 19 Dec 2016 14:29:05 +1300 Subject: [PATCH] FIX Base pase constant BLOGGER_DIR --- _config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.php b/_config.php index f45d2d2..aded448 100755 --- a/_config.php +++ b/_config.php @@ -5,4 +5,4 @@ * * @return string **/ -define('BLOGGER_DIR', dirname(__FILE__)); +define('BLOGGER_DIR', basename(dirname(__FILE__)));