implemented testaction in MVCController

This commit is contained in:
2019-09-17 15:43:01 +02:00
parent 7eb0c18615
commit ecb21237f6
2 changed files with 21 additions and 3 deletions

View File

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