settings
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
function getPage($sPath, $asVars, $bSavePage=false)
|
||||
function getPage($sPath, $asVars)
|
||||
{
|
||||
$bSavePage = Settings::DEBUG;
|
||||
if($bSavePage)
|
||||
{
|
||||
$asFileIds = array_filter($asVars);
|
||||
|
||||
6
inc/settings.php
Normal file
6
inc/settings.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class Settings
|
||||
{
|
||||
const DEBUG = false;
|
||||
}
|
||||
Reference in New Issue
Block a user