Skip to content

Commit e578437

Browse files
committed
cli
1 parent f707aa1 commit e578437

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/cli-install.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
if (is_file($path."../assets/cache/siteManager.php")) {
2727
include_once($path."../assets/cache/siteManager.php");
2828
}
29-
if(!defined('MGR_DIR') && is_dir($path."../manager")) {
29+
//if(!defined('MGR_DIR') && is_dir($path."../manager")) {
3030
define('MGR_DIR', 'manager');
31-
}
31+
//}
3232

3333
require_once($path."lang.php");
3434
require_once($path.'../'.MGR_DIR.'/includes/version.inc.php');

0 commit comments

Comments
 (0)