Some changes

This commit is contained in:
johnny@pittpc.com
2020-12-28 08:01:35 -05:00
parent bc35a3c115
commit 665c8e24f7
4 changed files with 253 additions and 5 deletions

View File

@@ -48,8 +48,6 @@ scratch. This page gets rid of all links and provides the needed markup only.
if(basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client.php"){
include("client_side_nav.php");
}elseif(basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client_print.php"){
}else{
include("side_nav.php");
}