Fixed client details page as functions was declared twice

This commit is contained in:
johnnyq
2021-12-23 10:58:16 -05:00
parent 308bf0967f
commit a9fb11e3ef
5 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
<?php include("header.php");
<?php include("header.php"); ?>
<?php
//Paging
if(isset($_GET['p'])){