From 057e3a6cbd61b88352abbd79c3cb9ef95193799e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 22 Feb 2022 00:37:58 -0500 Subject: [PATCH] Got ride of the side nav logic as this is not needed now as we modularized the includes --- client.php | 2 +- inc_all.php | 2 +- inc_side_nav.php | 11 ----------- 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 inc_side_nav.php diff --git a/client.php b/client.php index 1bd82389..befb52ce 100644 --- a/client.php +++ b/client.php @@ -149,7 +149,7 @@ if(isset($_GET['client_id'])){ \ No newline at end of file