mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Frontend scripts tests. (may break some things)
This commit is contained in:
@@ -28,7 +28,7 @@ e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
|
||||
|
||||
$sitedown_shortcodes= e107::getScBatch('sitedown');
|
||||
|
||||
if (!$SITEDOWN_TABLE)
|
||||
if (!isset($SITEDOWN_TABLE))
|
||||
{
|
||||
if (file_exists(THEME.'templates/sitedown_template.php')) //v2.x location.
|
||||
{
|
||||
|
Reference in New Issue
Block a user