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