Fixed client details page as functions was declared twice
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
include("config.php");
|
||||
include("functions.php");
|
||||
include_once("functions.php");
|
||||
include("check_login.php");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user