diff --git a/lam/templates/upload/massDoUpload.php b/lam/templates/upload/massDoUpload.php index 883e57b8..c868645c 100644 --- a/lam/templates/upload/massDoUpload.php +++ b/lam/templates/upload/massDoUpload.php @@ -61,7 +61,7 @@ if (!isLoggedIn()) { // Set correct language, codepages, .... setlanguage(); -include '../main_header.php'; +include '../../lib/adminHeader.inc'; $typeId = htmlspecialchars($_SESSION['mass_typeId']); $typeManager = new \LAM\TYPES\TypeManager(); $type = $typeManager->getConfiguredType($typeId); @@ -87,5 +87,5 @@ $tokenPrefix = '?' . getSecurityTokenName() . '=' . getSecurityTokenValue(); '; -include '../main_footer.php'; +include '../../lib/adminFooter.inc'; ?>