From b8f1d8f36232177e0365be7cdf27398c8a6582df Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 27 Mar 2008 12:38:53 +0000 Subject: [PATCH] removed proxy check from _wr and _rd --- web/briskin5/index_rd.php | 10 +++++----- web/briskin5/index_wr.php | 10 +++++----- web/index_rd.php | 10 +++++----- web/index_wr.php | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index b5096a6..4faef58 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -22,14 +22,14 @@ */ 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); diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index 3935e0a..314dd21 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -22,14 +22,14 @@ */ 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!"; diff --git a/web/index_rd.php b/web/index_rd.php index 65c7655..e0dee24 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -22,14 +22,14 @@ */ 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; diff --git a/web/index_wr.php b/web/index_wr.php index 2b459d0..b5c1ffb 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -22,14 +22,14 @@ */ 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') { -- 2.17.1