X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;h=2b459d035732ee3f22c3063200e21aa00c1171f3;hb=3ad972807dfceca464574e0ce7cfc1ffe1e70013;hp=d7ccac2d88a892f8447d6baa61de40422b08dbdc;hpb=ed1760b4812684de57aa109c2b03f16a33476878;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index d7ccac2..2b459d0 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -22,8 +22,16 @@ */ require_once("Obj/brisk.phh"); +require_once("Obj/proxyscan.phh"); require_once("briskin5/Obj/briskin5.phh"); +// Use of proxies isn't allowed. +if (is_proxy()) { + sleep(5); + exit; +} +log_load("index_rd.php"); + if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { echo "Debugging time!"; exit;