Use require_once instead of include for functions.php

This commit is contained in:
FusionPBX 2022-10-12 13:46:16 -06:00 committed by GitHub
parent 2d88fc35d8
commit d207508ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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