fix constant quotes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
require_once 'settings.php';
|
||||
|
||||
define(TMP_FOLDER, 'tmp/');
|
||||
define('TMP_FOLDER', 'tmp/');
|
||||
|
||||
function getPage($sPath, $asVars, $sType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user