Author Topic: Logout on Exit  (Read 14008 times)

0 Members and 1 Guest are viewing this topic.

stevanicus

  • Jr. Member
  • **
  • Posts: 1
Logout on Exit
« on: November 05, 2009, 10:03:13 AM »
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: [Select]
logout_operator();

add...

Code: [Select]
$operator = check_login();
$status = 1;
notify_operator_alive($operator['operatorid'], $status);

Hope it helps.




jason.a.reid

  • Jr. Member
  • **
  • Posts: 3
Re: Logout on Exit
« Reply #1 on: February 04, 2010, 09:33:41 AM »
Works well, thanks

col54red

  • Jr. Member
  • **
  • Posts: 1
Re: Logout on Exit
« Reply #2 on: May 09, 2011, 04:50:00 AM »
it works. thanks for your help.