webgui: fix whitespace

This commit is contained in:
Franco Fichtner 2022-07-18 14:03:01 +02:00
parent 20a3c3da38
commit fbfd9b2506

View File

@ -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