From fed9789dee91a71d76fa50688f45eaaf904a751c Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 23 Jan 2022 19:00:49 +0000 Subject: [PATCH] Add services to client routes --- client_routes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client_routes.php b/client_routes.php index 0b5ac1ce..831e6b2a 100644 --- a/client_routes.php +++ b/client_routes.php @@ -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");