testing createdb

This commit is contained in:
2019-09-17 15:17:44 +02:00
parent e9141f676b
commit 516da58ab9
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,10 @@
<?php
function echol($output)
{
echo $output;
echo "<br>";
}
//date_default_timezone_set('Europe/Amsterdam');
require_once('./controller/MVCController.php');
require_once('./controller/UserSession.php');