responsive upload

This commit is contained in:
Roland Gruber 2018-04-18 19:30:45 +02:00
parent c0df2e6a27
commit bca8100d0a
1 changed files with 2 additions and 2 deletions

View File

@ -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();
<?php
echo '</div>';
include '../main_footer.php';
include '../../lib/adminFooter.inc';
?>