From d99684433efba8f49c83ac27d1f0454224333f92 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; }