CIM63 - asset search on email

This commit is contained in:
“VeLiTi”
2024-04-05 14:10:07 +02:00
parent 40d40ae0f8
commit da3dc228d9
5 changed files with 30 additions and 4 deletions

View File

@@ -8,6 +8,9 @@ defined(page_security_key) or exit;
include_once './assets/functions.php';
include_once './settings/settings.php';
//SET ORIGIN FOR NAVIGATION
$_SESSION['prev_origin'] = '';
//Check if allowed
if (isAllowed('accounts',$_SESSION['profile'],$_SESSION['permission'],'R') === 0){
header('location: index.php');