27if (!defined(
'NOLOGIN')) {
30if (!defined(
'NOCSRFCHECK')) {
31 define(
"NOCSRFCHECK", 1);
33if (!defined(
'NOIPCHECK')) {
34 define(
'NOIPCHECK',
'1');
36if (!defined(
'NOSESSION')) {
37 define(
'NOSESSION',
'1');
39if (!defined(
'NOBROWSERNOTIF')) {
40 define(
'NOBROWSERNOTIF',
'1');
44require
'../main.inc.php';
54if (!
GETPOST(
'transkey',
'alphanohtml') && !
GETPOST(
'transphrase',
'alphanohtml')) {
55 print
'Sorry, it seems your internet connection is off.<br>';
56 print
'You need to be connected to network to use this software.<br>';
58 $langs->loadLangs(array(
"error",
"other"));
60 if (
GETPOST(
'transphrase',
'alphanohtml')) {
62 } elseif (
GETPOST(
'transkey',
'alphanohtml')) {
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...