fix config template
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 8 Feb 2015 09:38:53 +0000 (10:38 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 8 Feb 2015 09:38:53 +0000 (10:38 +0100)
web/Obj/brisk.conf-templ.pho

index 90a2dc1..8f99fc4 100644 (file)
@@ -1,14 +1,14 @@
 <?php
 
 if (file_exists("$DOCUMENT_ROOT/Etc/cloud_smasher.phh")) {
-    require_once("$DOCUMENT_ROOT/Etc/cloud_smasher.phh");
+    require("$DOCUMENT_ROOT/Etc/cloud_smasher.phh");
 }
 else {
     $G_cloud_smasher = array();
 }
 
 if (file_exists("$DOCUMENT_ROOT/Etc/provider_proxy.phh")) {
-    require_once("$DOCUMENT_ROOT/Etc/provider_proxy.phh");
+    require("$DOCUMENT_ROOT/Etc/provider_proxy.phh");
 }
 else {
     $G_provider_proxy = array();