diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-17 16:25:49 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-17 16:25:49 +0200 |
commit | 89e803a1e8364a3d32dcdb2ff445959723b974b1 (patch) | |
tree | a167912b0c1b5337532c7a44c3874cc753acb680 /module/config/default.py | |
parent | renamed default_mobile to mobile (diff) | |
download | pyload-89e803a1e8364a3d32dcdb2ff445959723b974b1.tar.xz |
completed renaming
Diffstat (limited to 'module/config/default.py')
-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 fc221ed3a..085061653 100644 --- a/module/config/default.py +++ b/module/config/default.py @@ -65,7 +65,6 @@ def make_config(config): config.addConfigSection("webinterface", _("Webinterface"), _("Description"), _("Long description"), [ ("template", "str", _("Template"), _("Tooltip"), "default"), - ("template_mobile", "str", _("Template_Mobile"), _("Tooltip"), "default_mobile"), ("activated", "bool", _("Activated"), _("Tooltip"), True), ("prefix", "str", _("Path Prefix"), _("Tooltip"), ""), ("server", "builtin;threaded;fastcgi;lightweight", _("Server"), _("Tooltip"), "builtin"), |