Browse Source

Update sql_query_pdo.php

FusionPBX 5 years ago
parent
commit
ce384aaa9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sql_query_pdo.php

+ 1 - 1
sql_query_pdo.php

@@ -30,7 +30,7 @@
 	require_once "resources/check_auth.php";
 
 //check permissions
-	if (permission_exists('exec_sql')) {
+	if (permission_exists('sql_query')) {
 		//access granted
 	}
 	else {