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.
[SOLVED] Custom exit page
Moderator: mkoch227
-
- Posts: 12
- Joined: Fri Sep 14, 2012 9:21 pm
[SOLVED] Custom exit page
Last edited by ttuhsc-user on Wed Feb 27, 2013 10:06 pm, edited 1 time in total.
Re: Custom exit page
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 to your own URL address, for example
Additionally, in "admin/index.php" inside logout function you would need to change
Code: Select all
'NOREDIRECT'
Code: Select all
'http://domain.com/page.php'
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
-
- Posts: 12
- Joined: Fri Sep 14, 2012 9:21 pm
Re: [SOLVED] Custom exit page
Perfect! Thank you so much! 
