From 1b62b1c435cb9c3625919dc64b71138f0006d42c Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 18 Sep 2019 17:10:03 +0200 Subject: [PATCH] --- dev_mvc/model/testactions/model_createdb.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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{