Umbau der Statistik Ausgabe (each enfernt)
Optimierungen
This commit is contained in:
@@ -10,7 +10,7 @@ if (!isset($config))
|
||||
'ssh_ip' => '127.0.0.1'
|
||||
),
|
||||
'version' => array(
|
||||
'version' => '2.1.2',
|
||||
'version' => '2.2.0beta',
|
||||
'versioncode' => 29,
|
||||
'android_comp_level' => 25
|
||||
),
|
||||
@@ -63,7 +63,7 @@ function myErrorHandler($code, $msg, $file, $line)
|
||||
{
|
||||
global $errorHandler;
|
||||
$errorHandler[] = 'Fehler ['.$code.']: '.$msg.' in der Datei '.$file.', Zeile '.$line;
|
||||
|
||||
|
||||
if (isset($_COOKIE['debug']) && $_COOKIE['debug'] == 'debug_mode')
|
||||
return false;
|
||||
else
|
||||
@@ -81,4 +81,4 @@ if (isset($_COOKIE['debug'], $_GET['s']) && $_COOKIE['debug'] == 'debug_mode')
|
||||
|
||||
if (!isset($doNotCheckForAuthentification))
|
||||
(include LIBRARY_PATH.'main/authentification.php') or die('Nicht gefunden!');
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user