Browse Source

Update sql_query_result.php

FusionPBX 6 years ago
parent
commit
32b207d236
1 changed files with 1 additions and 2 deletions
  1. 1 2
      sql_query_result.php

+ 1 - 2
sql_query_result.php

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