mirror of https://github.com/itflow-org/itflow
Add services to client routes
This commit is contained in:
parent
12f3e3c24f
commit
fed9789dee
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue