We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f707aa1 commit e578437Copy full SHA for e578437
1 file changed
install/cli-install.php
@@ -26,9 +26,9 @@
26
if (is_file($path."../assets/cache/siteManager.php")) {
27
include_once($path."../assets/cache/siteManager.php");
28
}
29
-if(!defined('MGR_DIR') && is_dir($path."../manager")) {
+//if(!defined('MGR_DIR') && is_dir($path."../manager")) {
30
define('MGR_DIR', 'manager');
31
-}
+//}
32
33
require_once($path."lang.php");
34
require_once($path.'../'.MGR_DIR.'/includes/version.inc.php');
0 commit comments