Skip to content

Commit

Permalink
Updated files for syncing language files
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Aug 28, 2019
1 parent b77170f commit 1a6040f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/build/lm/lm.php
Expand Up @@ -77,6 +77,10 @@
define('TOPIC_SELECTED_OPTION', 'selectedtopics');
define('TOPIC_ROOT', 'root');

define('RECAPTCHA_NO_SUPPORT', 0);
define('RECAPTCHA_SUPPORT_V2', 1);
define('RECAPTCHA_SUPPORT_V2_INVISIBLE', 2);

// list of all variables accessed in the language file
$_DB_mysqldump_path = '{$_DB_mysqldump_path}';
$_CONF['backup_path'] = '{$_CONF[\'backup_path\']}';
Expand All @@ -85,6 +89,7 @@
$_CONF['site_name'] = '{$_CONF[\'site_name\']}';
$_CONF['site_url'] = '{$_CONF[\'site_url\']}';
$_CONF['speedlimit'] = '{$_CONF[\'speedlimit\']}';
$_CONF['invalidloginattempts'] = '{$_CONF[\'invalidloginattempts\']}';
$_USER['username'] = '{$_USER[\'username\']}';

$failures = '{$failures}';
Expand Down

0 comments on commit 1a6040f

Please sign in to comment.