mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Add services to client routes
This commit is contained in:
@@ -58,6 +58,9 @@ if(isset($_GET['tab'])){
|
||||
elseif($_GET['tab'] == "documents"){
|
||||
include("client_documents.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "services"){
|
||||
include("client_services.php");
|
||||
}
|
||||
}
|
||||
else{
|
||||
include("client_overview.php");
|
||||
|
||||
Reference in New Issue
Block a user