Fix title in 'common' scripts.

This commit is contained in:
Retro_Guy 2023-05-14 20:07:01 -07:00
parent 705cd2307f
commit 1f2d6fa949
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ if(isset($config_name) && file_exists($config_dir.$config_name.'.inc.php')) {
/* Include main config file for rslight */
$CONFIG = include $config_file;
$title = $CONFIG['title_full'];
if(!file_exists($config_dir.'/DEBUG')) {
ini_set('error_reporting', E_ERROR );
}