X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=cron%2Flogoutidle.php;h=83ddede2e2c556565824415b85b8756ecf60fc61;hb=13826e4f1ca35cbce3d20be1131a1b7dbf68ac7b;hp=a477b8aabd166386d3d0fffadcaaf83c8f2e64d4;hpb=d4e006f91a41dac11aaf32f7ed8b0205600d3010;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)"); ?>