Fix title in 'common' scripts.
This commit is contained in:
parent
705cd2307f
commit
1f2d6fa949
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue