Merge branch '4485-developer-system'
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
//Debug?
|
||||
if (!isset($debug_page)) $debug_page = true;
|
||||
$develwarning = '<div id="debugoc"><font size="6" face="arial" color="red"><center>Entwicklersystem - nur Testdaten!</center></font></div>';
|
||||
$develwarning = '<div id="debugoc"><font size="5" face="arial" color="red"><center>Entwicklersystem - nur Testdaten!</center></font></div>';
|
||||
|
||||
//site in service? Set to false when doing bigger work on the database to prevent error's
|
||||
if (!isset($site_in_service)) $site_in_service = true;
|
||||
|
||||
@@ -159,9 +159,9 @@
|
||||
|
||||
{* <!-- Debugschalter hier wieder einsetzen --> *}
|
||||
{if ($opt.debug & DEBUG_DEVELOPER) == DEBUG_DEVELOPER}
|
||||
<div id="debugoc"><font size="6" face="arial" color="red"><center>{t}Developer system - only testing{/t}</center></font></div>
|
||||
<div id="debugoc"><font size="5" face="arial" color="red"><center>{t}Developer system - only testing{/t}</center></font></div>
|
||||
{elseif ($opt.debug & DEBUG_TESTING) == DEBUG_TESTING}
|
||||
<div id="debugoc"><font size="6" face="arial" color="red"><center>{t}Testing - do not login, please{/t}</center></font></div>
|
||||
<div id="debugoc"><font size="5" face="arial" color="red"><center>{t}Testing - do not login, please{/t}</center></font></div>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user