Transport cleanup
[mirrors/Kyberia-bloodline.git] / wwwroot / nodes.php
index 54cfa79bb550db9411db67930fd9bc62e03e2b17..c6e8f57fc6f5211800f86c39d6e7414a985ca625 100644 (file)
@@ -88,11 +88,12 @@ if (isset($_SERVER['HTTP_REFERER'])) {
 }
 
 //connecting to database and creating universal $db object
-require(INCLUDE_DIR.'log.inc');
-require(INCLUDE_DIR.'ubik.inc');
-require(INCLUDE_DIR.'nodes.inc');
-require(INCLUDE_DIR.'error_messages.inc');
-require(INCLUDE_DIR.'database.inc');
+require_once(INCLUDE_DIR.'log.inc');
+require_once(INCLUDE_DIR.'ubik.inc');
+require_once(INCLUDE_DIR.'nodes.inc');
+require_once(INCLUDE_DIR.'error_messages.inc');
+require_once(INCLUDE_DIR.'database.inc');
+require_once(INCLUDE_DIR.'transports.inc');
 
 $db = new CLASS_DATABASE();
 
This page took 0.088142 seconds and 4 git commands to generate.