X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Findex.php;h=9d37c88ac43135c85c00c8f2a152845f7fa4161c;hb=3ad972807dfceca464574e0ce7cfc1ffe1e70013;hp=439e65c591047e41ec686c44982bbf15b1e9b3f4;hpb=1e580150bca7f599af6fc4c52f079fafd98ff94f;p=brisk.git diff --git a/web/index.php b/web/index.php index 439e65c..9d37c88 100644 --- a/web/index.php +++ b/web/index.php @@ -22,6 +22,12 @@ */ require_once("Obj/brisk.phh"); +require_once("Obj/proxyscan.phh"); + +// Use of proxies isn't allowed. +if (is_proxy()) + exit; + require_once("briskin5/Obj/briskin5.phh"); if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { echo "Debugging time!";