Commit e629c14dacada6635748b3dacc929a55c74483c0

Authored by Elena.Budnik
1 parent e48a45d7

delete obsolete definitions - now in WSConfigClass

Showing 1 changed file with 0 additions and 13 deletions   Show diff stats
php/config.php
... ... @@ -61,11 +61,9 @@ ini_set('user_agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:7.0) Gecko/201
61 61  
62 62 // General Info dirs
63 63 define('DATAPATH', IHM_SRC_DIR . 'generic_data/');
64   -//define('Param', DATAPATH.'Param/');
65 64 define('LocalData', DATAPATH . 'LocalData/');
66 65 define('RemoteData', DATAPATH . 'RemoteData/');
67 66 define('Functions', DATAPATH . 'Functions/');
68   -//define('Plot', DATAPATH.'Plot/');
69 67 define('Hst', DATAPATH . 'Hst/');
70 68 define('SpecialSettingsDir', DATAPATH . 'SpecialSettings/');
71 69  
... ... @@ -83,23 +81,12 @@ define('HELPPATH', IHM_SRC_DIR."help/");
83 81 define('SimuTargetsXml', DATAPATH.'SimuTemplate/TargetsSimu.xml');
84 82 define('IMPEX_INTERVAL_LIMIT', 86400); // one day for impex request
85 83  
86   -
87 84 // Root User dir : All user dirs are defined in UserMgr.php
88 85 define('USERPATH', IHM_SRC_DIR . 'data/');
89 86  
90 87 // Shared dir
91 88 define('SHAREDPATH', IHM_SRC_DIR . 'shared_data/');
92 89  
93   -// WEB SERVICES section
94   -define('WSRESULT', USERPATH.'WSRESULT/'); // Web Services result directory
95   -define('wsResultsXml',WSRESULT.'WSresults.xml'); // Web Service result file
96   -define('plotsXml', IHM_SRC_DIR.'public/WebServices/XML/AmdaPlots.xml'); // Web Service getPlot : list of parameters to plot
97   -
98   -// Web Service servers WSDL : $_SERVER['SERVER_NAME'] (par apache) gethostname() (par command)
99   -$SERVER_NAME = $_SERVER['SERVER_NAME'] ? $_SERVER['SERVER_NAME'] : gethostname();
100   -define('webAlias',"http://".$SERVER_NAME.APACHE_ALIAS);
101   -define('wsdl_AMDA', webAlias."public/wsdl/Methods_AMDA.wsdl");
102   -
103 90 // AKKA - KERNELBIN is now the new kernel bin dir
104 91 define('KERNELBIN', NEWKERNEL_INSTALL_DIR . 'bin/');
105 92  
... ...