From 920d944d324ad5e333a9295398e72a964a6d642e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 27 Apr 2019 09:37:26 -0600 Subject: [PATCH] Update sql_query_result.php --- app/exec/sql_query_result.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/exec/sql_query_result.php b/app/exec/sql_query_result.php index c937267f19..4af57cf7bb 100644 --- a/app/exec/sql_query_result.php +++ b/app/exec/sql_query_result.php @@ -54,8 +54,7 @@ $command_authorized = true; } if (!$command_authorized) { - //not authorized - echo "not authorized"; + //catpcha invalid exit; }