diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-02-08 20:51:45 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-02-08 20:51:45 +0100 |
commit | cde6a01b90b199cd9d42a8e23a61d467992b6d67 (patch) | |
tree | 67a5511a8ce19f62d3f11a007dc856caf8dc6ffe /lib/plugins/config/lang | |
parent | bc6ecc12f39db1fe4b3e22e2a939f70691d6d1fc (diff) | |
download | rpg-cde6a01b90b199cd9d42a8e23a61d467992b6d67.tar.gz rpg-cde6a01b90b199cd9d42a8e23a61d467992b6d67.tar.bz2 |
workaround config for FS#852
On certain platforms the ignore_user_abort function does not work as expected, resulting
in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can
enable this option to work around the problem (resulting in longer load times for the
webbug).
darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.gz
Diffstat (limited to 'lib/plugins/config/lang')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index a415ca464..9f3df88bb 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -121,6 +121,7 @@ $lang['compress'] = 'Compact CSS and javascript output'; $lang['hidepages'] = 'Hide matching pages (regular expressions)'; $lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages'; $lang['sitemap'] = 'Generate Google sitemap (days)'; +$lang['broken_iua'] = 'Is the ignore_user_abort function broken on your system? This could cause a non working search index. IIS+PHP/CGI is known to be broken. See <a href="http://bugs.splitbrain.org/?do=details&id=852">Bug 852</a> for more info.'; $lang['rss_type'] = 'XML feed type'; $lang['rss_linkto'] = 'XML feed links to'; |