Update: 2026-06-26 17:36:57

This commit is contained in:
Hamza-Ayed
2026-06-26 17:36:57 +03:00
parent 9ded734e38
commit ae21389240
3 changed files with 24 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<?php
// Admin/v2/quality/blacklist_manager.php
require_once __DIR__ . '/../../../connect.php';
// require_once __DIR__ . '/../../../encrypt_decrypt.php';
require_once __DIR__ . '/../../../encrypt_decrypt.php';
require_once __DIR__ . '/../security/audit_logs_helper.php'; // إذا كان متاحاً، وإلا سننفذ الإدخال مباشرة
if ($role !== 'admin' && $role !== 'super_admin') {