mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Added log system
This commit is contained in:
@ -48,4 +48,7 @@ $config['JSfiles'] = array(
|
||||
$config['languagesPath'] = "%PATH_ASSETS%js/langs/";
|
||||
|
||||
//Production mode
|
||||
$config['productionMode'] = 0;
|
||||
$config['productionMode'] = 0;
|
||||
|
||||
//Application version
|
||||
$config['appVersion'] = "0.1";
|
Reference in New Issue
Block a user