X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=314dd216d2b4c1ea10f790d1bb009077a1e93b91;hb=4da67a046c1a8d0f26281dacabf3acff9623efd1;hp=c55f8f52e2b4161edfe6f79cca5138d4d950cbb7;hpb=73da829130f1d1e82bbdf16474ad8628419db1f9;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index c55f8f5..314dd21 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -22,8 +22,15 @@ */ require_once("../Obj/brisk.phh"); +// require_once("../Obj/proxyscan.phh"); require_once("Obj/briskin5.phh"); +// Use of proxies isn't allowed. +// if (is_proxy()) { +// sleep(5); +// exit; +//} + if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { echo "Debugging time!"; exit;