testing createdb

This commit is contained in:
Andreas 2019-09-17 15:20:42 +02:00
parent 516da58ab9
commit 9893dd31fe
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
<?php <?php
function echol($output) function echol($output)
{ {
echo $output; echo $output."\n";
echo "<br>";
} }
//date_default_timezone_set('Europe/Amsterdam'); //date_default_timezone_set('Europe/Amsterdam');

View File

@ -1,7 +1,6 @@
<?php <?php
echol($_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');
} }