changes to how testactions work
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if(isset($_POST['auth'])){
|
||||
if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){
|
||||
execute();
|
||||
}
|
||||
}else{
|
||||
echol('you have no authorization to do that');
|
||||
}
|
||||
function execute(){
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user