provider_proxy management added
[brisk.git] / web / Obj / brisk.conf-templ.pho
index 92fe8ee..6854d6a 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+if (file_exists("$DOCUMENT_ROOT/Etc/provider_proxy.phh")) {
+    require_once("$DOCUMENT_ROOT/Etc/provider_proxy.phh");
+}
+else {
+    $G_provider_proxy = array();
+}
+
 // G_dbasetype value can be "pgsql" or "file"
 $G_dbasetype="pgsql";