Additional work to improve the install, template and the menu.

This commit is contained in:
markjcrane
2016-03-26 12:22:15 -06:00
parent 0e649f9020
commit ba095f3852
5 changed files with 157 additions and 151 deletions

View File

@@ -1717,7 +1717,7 @@
<td width='100%' style='padding-right: 15px;' align='right' valign='middle'>
<?php
// login form
if ($_SERVER['PHP_SELF'] != PROJECT_PATH."/resources/install.php" && !$default_login) {
if ($_SERVER['PHP_SELF'] != PROJECT_PATH."/core/install/install.php" && !$default_login) {
if (strlen($_SESSION["username"]) == 0) {
//add multi-lingual support
require_once "core/user_settings/app_languages.php";