changes to how testactions work
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
require_once('./controller/TestUtils.php');
|
||||
|
||||
//date_default_timezone_set('Europe/Amsterdam');
|
||||
require_once('./controller/MVCController.php');
|
||||
require_once('./controller/UserSession.php');
|
||||
@@ -10,5 +9,4 @@ $mvcController->executeModel();
|
||||
if(!isset($_POST['testaction'])){
|
||||
include_once("./view/content_pagetemplate.php");
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user