mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Fix undefined "mibewroot" var (see issue #21)
This commit is contained in:
parent
921f382c6a
commit
c70ad9e6a2
@ -373,7 +373,7 @@ function check_status()
|
||||
|
||||
if (!check_admin($link)) {
|
||||
$page['nextstep'] = getlocal("installed.login_link");
|
||||
$page['nextnotice'] = getlocal2("installed.notice", array("${mibewroot}/install/"));
|
||||
$page['nextnotice'] = getlocal2("installed.notice", array(MIBEW_WEB_ROOT . "/install/"));
|
||||
$page['nextstepurl'] = MIBEW_WEB_ROOT . "/operator/login.php?login=admin";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user