]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
removed proxy check from _wr and _rd
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 27 Mar 2008 12:38:53 +0000 (12:38 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 27 Mar 2008 12:38:53 +0000 (12:38 +0000)
web/briskin5/index_rd.php
web/briskin5/index_wr.php
web/index_rd.php
web/index_wr.php

index b5096a642c11705fc028e5fdaa22949c57e2496b..4faef58164785816b1955e702d890e50d7fdb498 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);
 
index 3935e0a5359adefa4b5ce6023da2e897d98be5ff..314dd216d2b4c1ea10f790d1bb009077a1e93b91 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;
+//}
 
 if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') {
   echo "Debugging time!";
index 65c7655d4fe4fe4fa4b2adc45e9bf8652824a574..e0dee240f03f7c2784f0977ddc894a1f020d5232 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");
 
 $first_loop = TRUE;
index 2b459d035732ee3f22c3063200e21aa00c1171f3..b5c1ffbb2f21528c4c1a07acec0cca8d7b5d24aa 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') {