Page 1 of 1

changes in text.php

Posted: Mon Jan 09, 2017 4:14 pm
by jessar94
I have been thinking on one changes when next release is coming.

in text.php:

Change line

Code: Select all

$hesklang['logout_success']='You have been successfully logged out!';
to:

Code: Select all

$hesklang['logout_success']='You have been successfully logged out! <br> <a href="site_url">Go back to homepage</a>';
I have changed it for my helpdesk now, it would be great if that was set by default.

Re: changes in text.php

Posted: Mon Jan 09, 2017 4:25 pm
by Klemen
I don't recommend changing text.php directly as it will be overwritten with updates.

However, you can create a "custom-text.php" file and your text modification will be kept for future, see:
https://www.hesk.com/knowledgebase/?article=88