Commit 3c093c1ca7b502b8f41f2b417a7e6fe87d83c096
1 parent
9e3cbd95
Exists in
master
and in
111 other branches
clean up config.php
Showing
1 changed file
with
0 additions
and
17 deletions
Show diff stats
php/config.php
... | ... | @@ -106,23 +106,6 @@ putenv("PATH=./:".DDBIN.":".SYS_BIN.":".IHM_SRC_DIR."php/bin"); |
106 | 106 | putenv("DDPATH=".DDRES_DIR); |
107 | 107 | define('XMLPATH', IHM_SRC_DIR.'php/XML/'); |
108 | 108 | |
109 | -// PHP classes | |
110 | - | |
111 | -// define('CLASSPATH', IHM_SRC_DIR.'php/classes'); | |
112 | -// define('REMOTE_CLASSPATH', IHM_SRC_DIR.'php/RemoteDataCenter'); | |
113 | -// define('OLD_CLASSPATH', IHM_SRC_DIR.'php/old_amda'); | |
114 | -// define('INTEGRATION_CLASSPATH', INTEGRATION_BASE_PATH.'src'); | |
115 | -// define('CONFIG_CLASSPATH', INTEGRATION_BASE_PATH.'src/InputOutput/IHMImpl/Config'); | |
116 | -// | |
117 | -// set_include_path(".:".CLASSPATH.":".REMOTE_CLASSPATH.":".INTEGRATION_CLASSPATH.":".CONFIG_CLASSPATH.":".OLD_CLASSPATH); | |
118 | -// | |
119 | -// if (!function_exists('__autoload')) | |
120 | -// { | |
121 | -// function __autoload($class_name) { | |
122 | -// require_once $class_name . '.php'; | |
123 | -// } | |
124 | -// } | |
125 | - | |
126 | 109 | require_once(INTEGRATION_BASE_PATH.'src/amdaintegration_autoload.php'); |
127 | 110 | |
128 | 111 | global $API; |
... | ... |