# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/language/default_language/default_language.php +++ components/com_comprofiler/plugin/language/default_language/default_language.php @@ -1165,8 +1165,10 @@ // 1.2.3: DEFINE('_UE_LOST_YOUR_PASSWORD','Lost your Password ?'); DEFINE('_UE_LOST_PASSWORD_EMAIL_ONLY_DESC','If you lost your password, please enter your E-mail Address, then click the Send Password button, and you will receive a new password shortly. Use this new password to access the site.'); +// 1.4 Stable: +DEFINE('_UE_ENABLESPOOFCHECK','Enable anti-spoofing sessions checks'); +DEFINE('_UE_ENABLESPOOFCHECK_DESC','Choose if you want spoof checking enabled on sessions (highly recommended unless you have difficulty with session expired and cookie errors when enabled). Disabled by default for best stability and usability.'); - // IMPORTANT WARNING: The closing tag, "?" and ">" has been intentionally omitted - CB works fine without it. // This was done to avoid errors caused by custom strings being added after the closing tag. ] // With such tags, always watchout to NOT add any line or space or anything after the "?" and the ">".