Update sql_query_result.php

This commit is contained in:
FusionPBX 2019-04-27 09:37:26 -06:00 committed by GitHub
parent 5611721f54
commit d99684433e
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;
}