cwconfig.py
changeset 8308 805a257709f6
parent 8297 addb81a42c5d
child 8378 76ce456f8f07
--- a/cwconfig.py	Fri Mar 16 10:29:15 2012 +0100
+++ b/cwconfig.py	Thu Mar 15 17:30:28 2012 +0100
@@ -386,14 +386,6 @@
           'help': 'allow users to login with their primary email if set',
           'group': 'main', 'level': 2,
           }),
-        ('use-request-subdomain',
-         {'type' : 'yn',
-          'default': None,
-          'help': ('if set, base-url subdomain is replaced by the request\'s '
-                   'host, to help managing sites with several subdomains in a '
-                   'single cubicweb instance'),
-          'group': 'main', 'level': 1,
-          }),
         ('mangle-emails',
          {'type' : 'yn',
           'default': False,