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