changes in text.php

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jessar94
Posts: 76
Joined: Sun Mar 16, 2014 7:54 pm

changes in text.php

Post 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.
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: changes in text.php

Post 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
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
Post Reply