X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=9f9764f6b0541058aed373d2f78468e677a6e28c;hb=1b6daccdeadaeb0d99bddaf9cb200d4c3806128c;hp=4c816fd81e18adad15bb0ee43891b3fafd298ec9;hpb=3834934333bc49c745beaf1e373986d308b66255;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index 4c816fd..9f9764f 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -38,10 +38,12 @@ require_once("Obj/briskin5.phh"); /* * MAIN */ -function bin5_index_wr_main(&$bri, $remote_addr, $get, $post, $cookie) +function bin5_index_wr_main(&$bri, $remote_addr_full, $get, $post, $cookie) { GLOBAL $G_base, $G_dbasetype; + $remote_addr = addrtoipv4($remote_addr_full); + $curtime = time(); if ($bri == NULL) { return FALSE;