Commit 97638f04c50d686279d8bd32deb23a2b588db9d0

Authored by Benjamin Renard
1 parent ba35574d

Fix PATH definition

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/config.php
... ... @@ -113,7 +113,7 @@ define('DD_WSDL',DDSERVICE.'/dd.wsdl');
113 113 define('KERNELBIN',NEWKERNEL_INSTALL_DIR.'bin/');
114 114  
115 115 putenv("LD_LIBRARY_PATH=".COTS_BASE_DIR."/lib:/lib:/usr/local/lib:/usr/local/lib64");
116   -putenv("PATH=./:".COTS_BASE_DIR."/bin:/bin:/usr/bin:usr/local/bin:".IHM_SRC_DIR."/php/bin");
  116 +putenv("PATH=./:".COTS_BASE_DIR."/bin:/bin:/usr/bin:/usr/local/bin:".IHM_SRC_DIR."/php/bin");
117 117  
118 118 putenv("DDPATH=".DDRES_DIR);
119 119 define('XMLPATH', IHM_SRC_DIR.'php/XML/');
... ...