diff mod_admin_web.wiki @ 337:da79793316ff

Since this only works starting with 0.9 remove autoloaded modules from modules_enabled.
author florob@babelmonkeys.de
date Sat, 06 Apr 2013 16:00:30 +0000
parents f50173b0d169
children d3f2060ac16a
line wrap: on
line diff
--- a/mod_admin_web.wiki	Fri Apr 05 13:10:13 2013 +0000
+++ b/mod_admin_web.wiki	Sat Apr 06 16:00:30 2013 +0000
@@ -9,7 +9,7 @@
 
 "admin_web" needs to be added to the modules_enabled table of the host you want to load this module on.
 
-By default the interface will then be reachable under `http://example.com:5280/admin`, and also `https://example.com:5281/admin`.
+By default the interface will then be reachable under `http://example.com:5280/admin`, or `https://example.com:5281/admin`.
 
 The module will automatically enable two other modules if they aren't already: mod_bosh (used to connect to the server from the web), and mod_admin_adhoc (which provides admin commands over XMPP).
 
@@ -18,8 +18,6 @@
    modules_enabled = {
        .....
        "admin_web";
-       "bosh"; -- Required, auto-loaded in 0.9
-       "admin_adhoc"; -- Required, auto-loaded in 0.9
        .....
    }
 }}}