require fixup
[mirrors/Kyberia-bloodline.git] / wwwroot / nodes.php
index c6e8f57fc6f5211800f86c39d6e7414a985ca625..c65bbcc8d67b29276eb96815432626774dcf8546 100644 (file)
@@ -80,7 +80,7 @@ if(
 if(isset($_GET['node_kid'])) $_GET['node_id'] = base_convert($_GET['node_kid'], 36, 10);
 if(isset($_GET['template_kid'])) $_GET['template_id'] = base_convert($_GET['template_kid'], 36, 10);
 
-require(INCLUDE_DIR.'senate.inc');
+require_once(INCLUDE_DIR.'senate.inc');
 
 if (isset($_SERVER['HTTP_REFERER'])) {
        preg_match('/(k|id)\/([0-9]*)\//',$_SERVER['HTTP_REFERER'],$ref_match);
This page took 0.092269 seconds and 4 git commands to generate.