This commit is contained in:
2019-09-17 15:13:28 +02:00
parent fca38ae049
commit e9141f676b
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?php
echo('test3');
echo($_POST['auth']);
if(isset($_POST['auth'])){
if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){
echo('test2');