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

@ -41,6 +41,9 @@
//Production mode
productionMode: <?php echo config['productionMode']; ?>,
//AppVersion
appVersion: <?php echo config['appVersion']; ?>,
//Assets URL
assetsURL: "<?php echo config['pathAssets']; ?>",