@@ -358,7 +358,7 @@ _MISSING_PUBLIC_KEY=The public key for version {1} of the software (<kbd>data_cu
_CORRUPT_PUBLIC_KEY=The public key for version {1} of the software (<kbd>data_custom/keys/telemetry-{1}.pub</kbd>) is corrupt.
INVALID_TELEMETRY_DATA=Invalid telemetry data passed for decryption.
INTEGER_OVERFLOW_TIME=An integer overflow was encountered with a provided date/time. The date/time was changed to the maximum supported value.
INFINITE_LOOP_HALTED=A potential infinite loop was halted, codename <kbd>{1}</kbd>.
INFINITE_LOOP_HALTED=A potential infinite loop has been halted (codename <kbd>{1}</kbd>). This has been logged for staff. Please do not refresh this page as it could indicate a significant software or website bug.
HTTP_REDIRECT_PROBLEM=A problem has been detected with your web server (HTTP code of “{3}”) that may cause your forms to fail. Some servers are poorly configured, and invisibly redirect traffic from one URL to another, and this invisible redirection results in lost submitted form data. Try changing your base URL{1} so that it {2}.
@@ -166,6 +166,9 @@ if (!function_exists('critical_error')) {
case'CRIT_LANG':
$error='<div>The most basic critical error language file (lang/'.fallback_lang().'/critical_error.ini) is missing. It is likely that other files are also, for whatever reason, missing from this installation.</div>';
break;
case'INFINITE_LOOP':
$error='<div>A potential infinite loop in the software was halted (codename <kbd>'.htmlentities($relay).'). This error has been logged. Please do not refresh this page as it could indicate a significant software or website bug.</div>';