testing createdb
This commit is contained in:
parent
e9141f676b
commit
516da58ab9
@ -1,4 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
function echol($output)
|
||||||
|
{
|
||||||
|
echo $output;
|
||||||
|
echo "<br>";
|
||||||
|
}
|
||||||
|
|
||||||
//date_default_timezone_set('Europe/Amsterdam');
|
//date_default_timezone_set('Europe/Amsterdam');
|
||||||
require_once('./controller/MVCController.php');
|
require_once('./controller/MVCController.php');
|
||||||
require_once('./controller/UserSession.php');
|
require_once('./controller/UserSession.php');
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
echo($_POST['auth']);
|
echol($_POST['auth']);
|
||||||
if(isset($_POST['auth'])){
|
if(isset($_POST['auth'])){
|
||||||
|
echo('test3');
|
||||||
if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){
|
if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){
|
||||||
echo('test2');
|
echo('test2');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user