Commit 82d5e2cfd911baea55a7e4c0edbdfe83dfee6d64
1 parent
f8315d1b
Exists in
master
and in
110 other branches
auto in help dir
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/config.php
@@ -85,7 +85,6 @@ define('InstrumentInfo', LocalData.'/InstrumentInfo'); | @@ -85,7 +85,6 @@ define('InstrumentInfo', LocalData.'/InstrumentInfo'); | ||
85 | define('DataSetInfo', LocalData.'/DataSetInfo/'); | 85 | define('DataSetInfo', LocalData.'/DataSetInfo/'); |
86 | define('RemoteData', DATAPATH.'/RemoteData/'); | 86 | define('RemoteData', DATAPATH.'/RemoteData/'); |
87 | define('Functions', DATAPATH.'/Functions/'); | 87 | define('Functions', DATAPATH.'/Functions/'); |
88 | -define('HelpAuto', DATAPATH.'/help/auto/'); | ||
89 | define('Hst', DATAPATH.'/Hst/'); | 88 | define('Hst', DATAPATH.'/Hst/'); |
90 | define('SpecialSettingsDir',DATAPATH.'/SpecialSettings/'); | 89 | define('SpecialSettingsDir',DATAPATH.'/SpecialSettings/'); |
91 | 90 | ||
@@ -98,6 +97,7 @@ define('specialSettingsXml',SpecialSettingsDir.'/Settings.xml'); | @@ -98,6 +97,7 @@ define('specialSettingsXml',SpecialSettingsDir.'/Settings.xml'); | ||
98 | 97 | ||
99 | //Help info dirs | 98 | //Help info dirs |
100 | define('HELPPATH', IHM_SRC_DIR."/help/"); | 99 | define('HELPPATH', IHM_SRC_DIR."/help/"); |
100 | +define('HelpAuto', HELPPATH.'auto/'); | ||
101 | 101 | ||
102 | // IMPEX section | 102 | // IMPEX section |
103 | define('SimuTargetsXml', DATAPATH.'/SimuTemplate/TargetsSimu.xml'); | 103 | define('SimuTargetsXml', DATAPATH.'/SimuTemplate/TargetsSimu.xml'); |