summaryrefslogtreecommitdiff
path: root/node.php
diff options
context:
space:
mode:
authornatrak <>2001-04-29 13:41:18 +0000
committernatrak <>2001-04-29 13:41:18 +0000
commitc8d16d76f9ca0aa760435388a84482ec29258639 (patch)
treee1f265a57b3a8a8fe1b9c34ffe1b0a5a2d3ff343 /node.php
parentef7d5e1201df1aff7b536f798d0a53d616722be3 (diff)
downloadbrdo-c8d16d76f9ca0aa760435388a84482ec29258639.tar.gz
brdo-c8d16d76f9ca0aa760435388a84482ec29258639.tar.bz2
Fixes
- Changed include "includes/common.inc"; to include_once "includes/common.inc"; Including the common file more than once will cause bad things.
Diffstat (limited to 'node.php')
-rw-r--r--node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.php b/node.php
index 02e5c4c1d..d6c498e31 100644
--- a/node.php
+++ b/node.php
@@ -1,6 +1,6 @@
<?php
-include "includes/common.inc";
+include_once "includes/common.inc";
if (variable_get(dev_timing, 0)) timer_start();