dolibarr  17.0.4
Variables
notice.php File Reference

Dolibarr public page to show a notice. More...

Go to the source code of this file.

Variables

if(!GETPOST('transkey', 'alphanohtml') &&!GETPOST('transphrase', 'alphanohtml')) else
 View.
 

Detailed Description

Dolibarr public page to show a notice.

Default notice is a message to say network connection is off. Some parameters can be used to show another message. You can call this page with URL: /public/notice.php?lang=xx_XX&transkey=translation_key (key must be inside file main.lang, error.lang or other.lang) /public/notice.php?transphrase=url_encoded_sentence_to_show

Definition in file notice.php.