mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
webgui: fix whitespace
This commit is contained in:
parent
20a3c3da38
commit
fbfd9b2506
@ -435,9 +435,9 @@ EOD;
|
||||
}
|
||||
|
||||
if (empty($config['system']['deployment']) || $config['system']['deployment'] == 'development') {
|
||||
$lighty_config .= "# send static error pages for some errors in non-debug mode\n";
|
||||
$lighty_config .= "server.error-intercept = \"enable\"\n";
|
||||
$lighty_config .= "server.errorfile-prefix = \"/usr/local/opnsense/data/webgui/status-\"\n";
|
||||
$lighty_config .= "# send static error pages for some errors in non-debug mode\n";
|
||||
$lighty_config .= "server.error-intercept = \"enable\"\n";
|
||||
$lighty_config .= "server.errorfile-prefix = \"/usr/local/opnsense/data/webgui/status-\"\n";
|
||||
}
|
||||
|
||||
$lighty_config .= <<<EOD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user