createdb
This commit is contained in:
parent
d0c3914377
commit
36b5132b43
@ -1,10 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
echol($_POST['auth']);
|
|
||||||
echol(getenv('ADMIN_ACTION_KEY'));
|
|
||||||
if(isset($_POST['auth'])){
|
if(isset($_POST['auth'])){
|
||||||
echol('auth is set');
|
|
||||||
if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){
|
if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){
|
||||||
echo('auth is the same as admin action key');
|
createDB();
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
echo('test');
|
echo('test');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user