We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0344d27 commit 994adafCopy full SHA for 994adaf
web/index.php
@@ -1,8 +1,8 @@
1
<?php
2
-if (file_exists(__DIR__ . '/horde/config/conf.php')) {
+if (file_exists(dirname(__DIR__) . '/var/config/horde/conf.php')) {
3
require_once __DIR__ . '/horde/index.php';
4
} elseif (file_exists(__DIR__ . '/wizard/index.php')) {
5
require_once __DIR__ . '/wizard/index.php';
6
} else {
7
- printf("Please create a %s file and then run 'composer horde-reconfigure' to activate Horde", dirname(__DIR__) . '/var/config/horde/conf.php');
+ printf("Please create a %s file and then run 'composer horde:reconfigure' to activate Horde", dirname(__DIR__) . '/var/config/horde/conf.php');
8
}
0 commit comments