mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use require_once instead of include for functions.php
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
//includes files
|
||||
require_once "resources/require.php";
|
||||
include "resources/functions.php";
|
||||
require_once "resources/functions.php";
|
||||
|
||||
//set the format
|
||||
$format = 'text'; //html, text
|
||||
|
||||
Reference in New Issue
Block a user