removed proxy check from _wr and _rd
[brisk.git] / web / briskin5 / index_rd.php
index b5096a6..4faef58 100644 (file)
  */
 
 require_once("../Obj/brisk.phh");
-require_once("../Obj/proxyscan.phh");
+// require_once("../Obj/proxyscan.phh");
 require_once("Obj/briskin5.phh");
 
 // Use of proxies isn't allowed.
-if (is_proxy()) {
-  sleep(5);
-  exit;
-}
+// if (is_proxy()) {
+//   sleep(5);
+//   exit;
+// }
 
 log_load("LOAD: bin5/index_rd.php ".$QUERY_STRING);