diff options
author | mkaay <mkaay@mkaay.de> | 2010-09-22 16:20:15 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-09-22 16:20:15 +0200 |
commit | 4f72518f40ee83bd4e711e800affae0c1f6201bc (patch) | |
tree | e869266536dbae5bd2c2e5cc09cc469b75704620 /module/web/cnl/urls.py | |
parent | curl gobal init (diff) | |
download | pyload-4f72518f40ee83bd4e711e800affae0c1f6201bc.tar.xz |
extended cnl
Diffstat (limited to 'module/web/cnl/urls.py')
-rw-r--r-- | module/web/cnl/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/cnl/urls.py b/module/web/cnl/urls.py index 7887953b7..635e751ca 100644 --- a/module/web/cnl/urls.py +++ b/module/web/cnl/urls.py @@ -16,5 +16,6 @@ urlpatterns = patterns('cnl', (r'^addcrypted2$', 'views.addcrypted2'), (r'^crossdomain\.xml', 'views.crossdomain'), (r'^jdcheck\.js', 'views.jdcheck'), + (r'^checkSupportForUrl', 'views.checksupport'), (r'', 'views.flash') ) |