[SOLVED] Custom exit page

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ttuhsc-user
Posts: 12
Joined: Fri Sep 14, 2012 9:21 pm

[SOLVED] Custom exit page

Post by ttuhsc-user »

Script URL:
Version of script: 2.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Is it possible to configure a custom exit page, so that when a user logs out they are automatically redirected to another web page? Ideally, this would also happen after a timeout or after a failed login attempt.
Last edited by ttuhsc-user on Wed Feb 27, 2013 10:06 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Custom exit page

Post by Klemen »

You would have to edit "index.php" values in "inc/admin_functions.inc.php" inside functions hesk_autoLogin and hesk_isLoggedIn.

Additionally, in "admin/index.php" inside logout function you would need to change

Code: Select all

'NOREDIRECT'
to your own URL address, for example

Code: Select all

'http://domain.com/page.php'
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
ttuhsc-user
Posts: 12
Joined: Fri Sep 14, 2012 9:21 pm

Re: [SOLVED] Custom exit page

Post by ttuhsc-user »

Perfect! Thank you so much! :-)
Post Reply