diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-05 18:57:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-05 18:57:22 +0200 |
commit | b8f5255070c36abea1912ab848dbc4070f4dde92 (patch) | |
tree | 92807650ee1823ccc3aa38f7338f6f65beb5a905 /module/web/ajax/urls.py | |
parent | externalscript fix (diff) | |
download | pyload-b8f5255070c36abea1912ab848dbc4070f4dde92.tar.xz |
captcha input for webif
Diffstat (limited to 'module/web/ajax/urls.py')
-rw-r--r-- | module/web/ajax/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/ajax/urls.py b/module/web/ajax/urls.py index dd68729eb..a32a00d89 100644 --- a/module/web/ajax/urls.py +++ b/module/web/ajax/urls.py @@ -27,4 +27,5 @@ urlpatterns = patterns('ajax', (r'^remove_link/(\d+)$', 'views.remove_link'), (r'^restart_link/(\d+)$', 'views.restart_link'), (r'^push_to_queue/(\d+)$', 'views.push_to_queue'), + (r'^set_captcha$', 'views.set_captcha'), )
\ No newline at end of file |