proxyscan to check (and deny) proxy connections
[brisk.git] / web / index.php
index 439e65c..9d37c88 100644 (file)
  */
 
 require_once("Obj/brisk.phh");
+require_once("Obj/proxyscan.phh");
+
+// Use of proxies isn't allowed.
+if (is_proxy()) 
+     exit;
+
 require_once("briskin5/Obj/briskin5.phh");
 if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') {
   echo "Debugging time!";