X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=cron%2Flogoutidle.php;h=83ddede2e2c556565824415b85b8756ecf60fc61;hb=fee499b9645a7e92231f225a61f10341b1e7384c;hp=a477b8aabd166386d3d0fffadcaaf83c8f2e64d4;hpb=2fb33507204ed8c25b7fb90238c9cc5b7af60fa2;p=mirrors%2FKyberia-bloodline.git diff --git a/cron/logoutidle.php b/cron/logoutidle.php index a477b8a..83ddede 100755 --- a/cron/logoutidle.php +++ b/cron/logoutidle.php @@ -1,12 +1,20 @@ #!/usr/bin/php query("update users set user_action=NULL,user_action_id=NULL,user_location_vector=NULL where unix_timestamp()-3600>unix_timestamp(last_action)"); ?>