CIS4 Entry & View titles

This commit is contained in:
cgfhtw
2023-03-31 14:50:56 +02:00
parent 2a59fad2fc
commit 95458c193c
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@
// Loads FHC config files
require_once 'config/global.config.inc.php';
require_once 'config/cis.config.inc.php';
define('CIS4', true);
// Check if the CI_ENVIRONMENT constants is set and eventually use it to set the CI_ENV environment variable
if (defined('CI_ENVIRONMENT')) $_SERVER['CI_ENV'] = CI_ENVIRONMENT;