Contributions > Plugins, tips, and tricks
Logout on Exit
(1/1)
stevanicus:
I'm not sure if this has already been covered. But something that bugged me was it still said I was online when I exited the admin page. I suppose you dont want this when u have more than one operator.
Go to -> operator -> logout.php
above...
--- Code: ---logout_operator();
--- End code ---
add...
--- Code: ---$operator = check_login();
$status = 1;
notify_operator_alive($operator['operatorid'], $status);
--- End code ---
Hope it helps.
jason.a.reid:
Works well, thanks
col54red:
it works. thanks for your help.
Navigation
[0] Message Index
Go to full version