CMXX - Report contracts

This commit is contained in:
“VeLiTi”
2024-10-24 16:08:12 +02:00
parent be96b12e66
commit 52011d2ac8
9 changed files with 307 additions and 2 deletions

View File

@@ -16,11 +16,11 @@ $page = $_SESSION['origin'] = 'report_healthindex';
//create backbutton to prev_origin
$back_btn_orgin = ($prev_page != '')? '<a href="'.$prev_page.'" class="btn alt mar-right-2">'.$button_back.'</a>':'';
/*Check if allowed
//Check if allowed
if (isAllowed($page,$_SESSION['profile'],$_SESSION['permission'],'R') === 0){
header('location: index.php');
exit;
}*/
}
//GET PARAMETERS && STORE in SESSION for FURTHER USE/NAVIGATION
$pagination_page = $_SESSION['p'] = isset($_GET['p']) ? $_GET['p'] : 1;