Use require_once instead of include for functions.php
This commit is contained in:
parent
2d88fc35d8
commit
d207508ac5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue