This commit is contained in:
Andreas 2019-09-18 17:10:03 +02:00
parent 54e8675ca7
commit 1b62b1c435

View File

@ -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{