remove note checking status

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Markco
Posts: 18
Joined: Mon Jun 22, 2009 10:05 am

remove note checking status

Post by Markco »

Hello,

I would like to delete what is framed in red

Image

Thank you

Greetings
Sorry, I use a French / English on-line translator
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: remove note checking status

Post by Klemen »

In file admin/admin_settings.php you can change

Code: Select all

hesk_show_notice(sprintf($hesklang['from_warning']
to

Code: Select all

// hesk_show_notice(sprintf($hesklang['from_warning']
I wouldn't ignore the warning though; the SMTP email and "From" email should be the same in most cases or there should be problems with some SMTP servers ("not authorized to send mail as" errors)
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
Markco
Posts: 18
Joined: Mon Jun 22, 2009 10:05 am

Re: remove note checking status

Post by Markco »

OK work fine, thank you ;)
Sorry, I use a French / English on-line translator
Post Reply