refactoring

This commit is contained in:
Roland Gruber 2018-12-23 18:22:26 +01:00
parent 5b4c9b8c38
commit 53d1d1d865
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ elseif (is_file("../../../templates/login.php")) {
}
/** tool definitions */
include_once($headerPrefix . "/lib/tools.inc");
include_once(__DIR__ . "/tools.inc");
$pro = '';
if (isLAMProVersion()) {

View File

@ -33,7 +33,7 @@ if (is_file("../login.php")) $headerPrefix = "../";
elseif (is_file("../../login.php")) $headerPrefix = "../../";
/** tool definitions */
include_once($headerPrefix . "../lib/tools.inc");
include_once(__DIR__ . "/../lib/tools.inc");
$pro = '';
if (isLAMProVersion()) {