File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public function checkVersions()
158158 public function configFile ()
159159 {
160160 if (defined ('HORDE_CONFIG_BASE ' )) {
161- $ path = HORDE_CONFIG_BASE . DIR_SEPARATOR . $ this ->_app ;
161+ $ path = HORDE_CONFIG_BASE . DIRECTORY_SEPARATOR . $ this ->_app ;
162162 } else {
163163 $ path = $ GLOBALS ['registry ' ]->get ('fileroot ' , $ this ->_app ) . '/config ' ;
164164 }
@@ -307,7 +307,7 @@ public function writePHPConfig($formvars, &$php = null)
307307 {
308308 $ php = $ this ->generatePHPConfig ($ formvars );
309309 if (defined ('HORDE_CONFIG_BASE ' )) {
310- $ path = HORDE_CONFIG_BASE . DIR_SEPARATOR . $ this ->_app ;
310+ $ path = HORDE_CONFIG_BASE . DIRECTORY_SEPARATOR . $ this ->_app ;
311311 } else {
312312 $ path = $ GLOBALS ['registry ' ]->get ('fileroot ' , $ this ->_app ) . '/config ' ;
313313 }
You can’t perform that action at this time.
0 commit comments