diff options
author | natrak <> | 2001-04-29 13:41:18 +0000 |
---|---|---|
committer | natrak <> | 2001-04-29 13:41:18 +0000 |
commit | c8d16d76f9ca0aa760435388a84482ec29258639 (patch) | |
tree | e1f265a57b3a8a8fe1b9c34ffe1b0a5a2d3ff343 /node.php | |
parent | ef7d5e1201df1aff7b536f798d0a53d616722be3 (diff) | |
download | brdo-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?php -include "includes/common.inc"; +include_once "includes/common.inc"; if (variable_get(dev_timing, 0)) timer_start(); |