Remove useless title_separator from config

This commit is contained in:
slawkens
2020-06-06 17:15:55 +02:00
parent 78ba282a1b
commit 7b1aed7a94
3 changed files with 2 additions and 3 deletions

View File

@@ -357,7 +357,7 @@ if($config['backward_support']) {
$topic = $title;
}
$title_full = (isset($title) ? $title . $config['title_separator'] : '') . $config['lua']['serverName'];
$title_full = (isset($title) ? $title . ' - ' : '') . $config['lua']['serverName'];
require $template_path . '/' . $template_index;
echo base64_decode('PCEtLSBQb3dlcmVkIGJ5IE15QUFDIDo6IGh0dHBzOi8vd3d3Lm15LWFhYy5vcmcvIC0tPg==') . PHP_EOL;