mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Create shared links page for each client, with option to deactivate links
This commit is contained in:
@@ -102,6 +102,11 @@ if(isset($_GET['tab'])){
|
||||
elseif($_GET['tab'] == "logs"){
|
||||
include("client_logs.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "shared-items"){
|
||||
if($session_user_role > 1){
|
||||
include("client_shared_items.php");
|
||||
}
|
||||
}
|
||||
}
|
||||
else{
|
||||
include("client_overview.php");
|
||||
|
||||
Reference in New Issue
Block a user