X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=cron%2Flogoutidle.php;h=c9fd76391a2db32c3c8efda0b7b310a98c435576;hb=a3be90c67dddac260c8267cf61ccd0a6b758cb35;hp=a477b8aabd166386d3d0fffadcaaf83c8f2e64d4;hpb=21cabe9db91988ec00901666eaafa26f619dcf33;p=mirrors%2FKyberia-bloodline.git diff --git a/cron/logoutidle.php b/cron/logoutidle.php index a477b8a..c9fd763 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)"); ?>