diff options
author | Michael Klier <chi@chimeric.de> | 2008-02-27 22:30:50 +0100 |
---|---|---|
committer | Michael Klier <chi@chimeric.de> | 2008-02-27 22:30:50 +0100 |
commit | fdd2e9d64295969d5945f11cb7d457aa599a028f (patch) | |
tree | 595de618f0c6c33a2fbec138c821bd65cd0e6519 /lib/plugins/config/lang | |
parent | 2e7e0c29470f3fa18c7ae16df80c17da12fde5ed (diff) | |
download | rpg-fdd2e9d64295969d5945f11cb7d457aa599a028f.tar.gz rpg-fdd2e9d64295969d5945f11cb7d457aa599a028f.tar.bz2 |
added config option to enable/disable the XML-RPC interface
darcs-hash:20080227213050-23886-e55353ab04f9d23675ec11a9e97ba6affec719fc.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 79413841e..28aefaa59 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -125,6 +125,7 @@ $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&task_id=852">Bug 852</a> for more info.'; $lang['xsendfile'] = 'Use the X-Sendfile header to let the webserver deliver static files? Your webserver needs to support this.'; +$lang['xmlrpc'] = 'Enable/disable XML-RPC interface.'; $lang['rss_type'] = 'XML feed type'; $lang['rss_linkto'] = 'XML feed links to'; |