diff --git a/dev_mvc/model/testactions/model_createdb.php b/dev_mvc/model/testactions/model_createdb.php index d9dbb08..f3211d8 100644 --- a/dev_mvc/model/testactions/model_createdb.php +++ b/dev_mvc/model/testactions/model_createdb.php @@ -8,8 +8,17 @@ if(isset($_POST['auth'])){ createDB(); } }else{ - TestUtils::log('you have no authorization to do that'); + TestUtils::log('you have no authorization to do that', 'FAILURE'); } +TestUtils::returnLog(); + + + + + + + + function createDB(){ try{