Private GIT

Skip to content
Snippets Groups Projects
Commit d9035e26 authored by Gary Allan's avatar Gary Allan
Browse files

Bugfix: Ensure functions/functions.php in included only once. (PowerDNS)

parent 57b78d42
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
***************************/
/* functions */
require dirname(__FILE__) . '/../../../functions/functions.php';
require_once( dirname(__FILE__) . '/../../../functions/functions.php' );
# initialize user object
$Database = new Database_PDO;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment