1
0
mirror of https://github.com/Mibew/mibew.git synced 2025-03-04 10:58:31 +03:00

Fix undefined "mibewroot" var (see issue )

This commit is contained in:
Dmitriy Simushev 2014-02-14 12:04:12 +00:00
parent 921f382c6a
commit c70ad9e6a2

View File

@ -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";
}