fix constant quotes

This commit is contained in:
francois.lutran
2017-01-12 16:32:42 +13:00
parent 2750cd9670
commit bbb7986123

View File

@@ -2,7 +2,7 @@
require_once 'settings.php';
define(TMP_FOLDER, 'tmp/');
define('TMP_FOLDER', 'tmp/');
function getPage($sPath, $asVars, $sType)
{