Added log system

This commit is contained in:
Pierre
2017-01-22 18:46:06 +01:00
parent 677b4c33d7
commit 979940fdb9
8 changed files with 165 additions and 18 deletions

View File

@ -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";