removed proxy check from _wr and _rd
[brisk.git] / web / index_wr.php
index 2b459d0..b5c1ffb 100644 (file)
  */
 
 require_once("Obj/brisk.phh");
-require_once("Obj/proxyscan.phh");
+// require_once("Obj/proxyscan.phh");
 require_once("briskin5/Obj/briskin5.phh");
 
 // Use of proxies isn't allowed.
-if (is_proxy()) {
-  sleep(5);
-  exit;
-}
+// if (is_proxy()) {
+//   sleep(5);
+//   exit;
+// }
 log_load("index_rd.php");
 
 if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') {