fix false initialization of variable (wrong variable name)
This commit is contained in:
@@ -103,7 +103,7 @@ class nginx
|
|||||||
|
|
||||||
if(!isset($this->nginx_data[$vhosts_filename]))
|
if(!isset($this->nginx_data[$vhosts_filename]))
|
||||||
{
|
{
|
||||||
$this->vnginx_data[$vhosts_filename] = '';
|
$this->nginx_data[$vhosts_filename] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->settings['defaultwebsrverrhandler']['err401'] != '')
|
if($this->settings['defaultwebsrverrhandler']['err401'] != '')
|
||||||
|
|||||||
Reference in New Issue
Block a user