Skip to content
Snippets Groups Projects
Commit a0196e37 authored by tbrehm's avatar tbrehm
Browse files

Fixed: Notice: Undefined variable: maintenance_mode_error in...

Fixed: Notice: Undefined variable: maintenance_mode_error in /usr/local/ispconfig/interface/web/login/index.php on line 238
parent b9ce1a88
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ class login_index {
// Maintenance mode
$maintenance_mode = false;
$maintenance_mode_error = '';
$app->uses('ini_parser,getconf');
$server_config_array = $app->getconf->get_global_config('misc');
if($server_config_array['maintenance_mode'] == 'y'){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment