X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=a8771d52008069d9ebf7b97c247ab085e1d81638;hb=ca639ef6d55d2e1bb85fd18a502d438ca08d3995;hp=ad4a874d7d4aa95ecd2f71ccbe325728609e6a74;hpb=2eb746e4d086669b4bbfbf8e4dfa00a493bc7a27;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index ad4a874..a8771d5 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -23,7 +23,7 @@ require_once("brisk.phh"); -log_load($sess, "LOAD: index_rd.php"); +log_load($sess, "LOAD: index_rd.php ".$QUERY_STRING); $first_loop = TRUE; $the_end = FALSE; @@ -72,7 +72,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su return (unrecerror()); } log_auth($sess, "update lacc"); - $user->lacc = time() + EXPIRE_TIME; + $user->lacc = time(); save_data($bri); $first_loop = FALSE;