add cloud smasher countermeasure
[brisk.git] / web / Obj / brisk.conf-templ.pho
index 6854d6a..90a2dc1 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+
+if (file_exists("$DOCUMENT_ROOT/Etc/cloud_smasher.phh")) {
+    require_once("$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");
 }