mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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