diff --git a/dev_mvc/model/actions/model_createdb.php b/dev_mvc/model/actions/model_createdb.php index 31922e8..5887219 100644 --- a/dev_mvc/model/actions/model_createdb.php +++ b/dev_mvc/model/actions/model_createdb.php @@ -3,6 +3,8 @@ if(isset($_POST['auth'])){ if($_POST['auth'] == getenv('ADMIN_ACTION_KEY')){ } +}else{ + echo('test'); } function createDB(){