diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-03 14:26:57 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-03 14:26:57 +0100 |
commit | 23d5fb161cd25d236068e8da0fa3d5923545493a (patch) | |
tree | 34bb4fd36e94bcb10fea7f751a24e90802bc5931 /module/config | |
parent | animated filtering, removed background from fileView (diff) | |
download | pyload-23d5fb161cd25d236068e8da0fa3d5923545493a.tar.xz |
http auth for the api
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/config/default.py b/module/config/default.py index 902d4a6ad..8515a8f33 100644 --- a/module/config/default.py +++ b/module/config/default.py @@ -12,7 +12,6 @@ def make_config(config): config.addConfigSection("remote", _("Remote"), _("Description"), _("Long description"), [ - ("nolocalauth", "bool", _("No authentication on local connections"), _("Tooltip"), True), ("activated", "bool", _("Activated"), _("Tooltip"), True), ("port", "int", _("Port"), _("Tooltip"), 7227), ("listenaddr", "ip", _("Adress"), _("Tooltip"), "0.0.0.0"), |