This commit is contained in:
Andreas 2019-09-17 15:26:11 +02:00
parent d0c3914377
commit 36b5132b43

View File

@ -1,10 +1,7 @@
<?php
echol($_POST['auth']);
echol(getenv('ADMIN_ACTION_KEY'));
if(isset($_POST['auth'])){
echol('auth is set');
if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){
echo('auth is the same as admin action key');
createDB();
}
}else{
echo('test');