X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=8f087d832e9d16c6d2a9df35577faffa2586c4be;hb=c7ea164705798e0487508067997fb06420c9ef0c;hp=e2d8f982d81b25dcec912004a10e1d2409ed7f57;hpb=4fb28f6e2ee61a3079bdf1e84c8195630106cca4;p=brisk.git diff --git a/web/index.php b/web/index.php index e2d8f98..8f087d8 100644 --- a/web/index.php +++ b/web/index.php @@ -25,7 +25,6 @@ require_once("Obj/user.phh"); require_once("Obj/brisk.phh"); require_once("Obj/auth.phh"); -require_once("Obj/proxyscan.phh"); $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è già in uso.', 'en' => 'Your nickname is already in use.'), @@ -338,11 +337,6 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f $remote_addr = addrtoipv4($remote_addr_full); - // Use of proxies isn't allowed. - if (!$G_is_local && is_proxy($remote_addr)) { - return FALSE; - } - $is_login = FALSE; $body = ""; $tables = "";