This commit is contained in:
parent
54e8675ca7
commit
1b62b1c435
@ -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{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user