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,7 +1,7 @@
<?php
include("config.php");
include("functions.php");
include_once("functions.php");
include("check_login.php");
?>