Update sql_query_pdo.php
This commit is contained in:
parent
dd7f026e75
commit
3f92cf11bd
|
|
@ -30,7 +30,7 @@
|
|||
require_once "resources/check_auth.php";
|
||||
|
||||
//check permissions
|
||||
if (if_group("admin") || if_group("superadmin")) {
|
||||
if (permission_exists('exec_sql')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue