Commit 2f7542b4e6f6394c7edf61010bdaaf77ac0f23be

Authored by Benjamin Renard
1 parent 08df1f8b
Exists in master

Update with cdpp1 config

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
server/php/Constants.php
1 <?php 1 <?php
2 2
3 -define("TREPS_DEBUG", true);  
4 -define("TREPS_INSTALL_DIR", "/home/b.renard/treps-test/"); 3 +define("TREPS_DEBUG", false);
  4 +define("TREPS_INSTALL_DIR", "/home/mbouchemit/TREPS/");
5 5
6 define("TREPS_PHP_DIR", TREPS_INSTALL_DIR."/www/php/"); 6 define("TREPS_PHP_DIR", TREPS_INSTALL_DIR."/www/php/");
7 define("TREPS_BIN_DIR", TREPS_INSTALL_DIR."/bin/"); 7 define("TREPS_BIN_DIR", TREPS_INSTALL_DIR."/bin/");