X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Findex_rd.php;h=65c7655d4fe4fe4fa4b2adc45e9bf8652824a574;hb=3ad972807dfceca464574e0ce7cfc1ffe1e70013;hp=cc30e3ec5dbc39cf3475b1ce2077150c73e75610;hpb=ed1760b4812684de57aa109c2b03f16a33476878;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index cc30e3e..65c7655 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -22,8 +22,14 @@ */ 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"); $first_loop = TRUE;