This commit is contained in:
@@ -8,8 +8,17 @@ if(isset($_POST['auth'])){
|
|||||||
createDB();
|
createDB();
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
TestUtils::log('you have no authorization to do that');
|
TestUtils::log('you have no authorization to do that', 'FAILURE');
|
||||||
}
|
}
|
||||||
|
TestUtils::returnLog();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function createDB(){
|
function createDB(){
|
||||||
try{
|
try{
|
||||||
|
|||||||
Reference in New Issue
Block a user