Fix undefined "mibewroot" var (see issue #21)

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)) { if (!check_admin($link)) {
$page['nextstep'] = getlocal("installed.login_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"; $page['nextstepurl'] = MIBEW_WEB_ROOT . "/operator/login.php?login=admin";
} }