From 64974b9a18ef08f5a9f65a17af5cb06c1db4295c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 10 Mar 2011 13:19:36 +0100 Subject: webif user managment --- module/plugins/hoster/BasePlugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index 0248ca624..d9ba3c166 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -32,6 +32,8 @@ class BasePlugin(Hoster): # # return + self.decryptCaptcha("http://localhost:9000/captcha") + if pyfile.url.startswith("http"): pyfile.name = re.findall("([^/=]+)", pyfile.url)[-1] -- cgit v1.2.3