This commit is contained in:
2019-09-17 15:13:28 +02:00
parent fca38ae049
commit e9141f676b
2 changed files with 4 additions and 2 deletions

View File

@@ -5,5 +5,7 @@ require_once('./controller/UserSession.php');
session_start();
$mvcController = new MVCController();
$mvcController->executeModel();
include_once("./view/content_pagetemplate.php");
if(!isset($_POST['admin'])){
include_once("./view/content_pagetemplate.php");
}
?>