From bbb7986123749957009548b821526ad09d1a2c9e Mon Sep 17 00:00:00 2001 From: "francois.lutran" Date: Thu, 12 Jan 2017 16:32:42 +1300 Subject: [PATCH] fix constant quotes --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index ea11a9f..245f8a3 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -2,7 +2,7 @@ require_once 'settings.php'; -define(TMP_FOLDER, 'tmp/'); +define('TMP_FOLDER', 'tmp/'); function getPage($sPath, $asVars, $sType) {