Commit 82d5e2cfd911baea55a7e4c0edbdfe83dfee6d64
1 parent
f8315d1b
Exists in
master
and in
109 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 | 85 | define('DataSetInfo', LocalData.'/DataSetInfo/'); |
86 | 86 | define('RemoteData', DATAPATH.'/RemoteData/'); |
87 | 87 | define('Functions', DATAPATH.'/Functions/'); |
88 | -define('HelpAuto', DATAPATH.'/help/auto/'); | |
89 | 88 | define('Hst', DATAPATH.'/Hst/'); |
90 | 89 | define('SpecialSettingsDir',DATAPATH.'/SpecialSettings/'); |
91 | 90 | |
... | ... | @@ -98,6 +97,7 @@ define('specialSettingsXml',SpecialSettingsDir.'/Settings.xml'); |
98 | 97 | |
99 | 98 | //Help info dirs |
100 | 99 | define('HELPPATH', IHM_SRC_DIR."/help/"); |
100 | +define('HelpAuto', HELPPATH.'auto/'); | |
101 | 101 | |
102 | 102 | // IMPEX section |
103 | 103 | define('SimuTargetsXml', DATAPATH.'/SimuTemplate/TargetsSimu.xml'); |
... | ... |