Update sql_query_result.php

This commit is contained in:
FusionPBX 2019-04-27 09:37:26 -06:00 committed by GitHub
parent 5d8be271c8
commit 920d944d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@
$command_authorized = true;
}
if (!$command_authorized) {
//not authorized
echo "not authorized";
//catpcha invalid
exit;
}