27 if (!defined(
'NOLOGIN')) define(
"NOLOGIN", 1);
28 if (!defined(
'NOCSRFCHECK')) define(
"NOCSRFCHECK", 1);
29 if (!defined(
'NOIPCHECK')) define(
'NOIPCHECK',
'1');
30 if (!defined(
'NOSESSION')) define(
'NOSESSION',
'1');
31 if (!defined(
'NOBROWSERNOTIF')) define(
'NOBROWSERNOTIF',
'1');
33 require
'../main.inc.php';
40 if (!
GETPOST(
'transkey',
'alphanohtml') && !
GETPOST(
'transphrase',
'alphanohtml'))
42 print 'Sorry, it seems your internet connexion is off.<br>';
43 print 'You need to be connected to network to use this software.<br>';
45 $langs->loadLangs(array(
"error",
"other"));
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
print
Draft customers invoices.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $keepmoretags= '', $escapeonlyhtmltags=0)
Returns text escaped for inclusion in HTML alt or title tags, or into values of HTML input fields...