fixed share explorer moved message
authorForrest Voight <forrest.voight@gmail.com>
Sat, 7 Apr 2012 21:16:48 +0000 (17:16 -0400)
committerForrest Voight <forrest.voight@gmail.com>
Sat, 7 Apr 2012 21:17:06 +0000 (17:17 -0400)
p2pool/web.py

index 9bc6675..c44a803 100644 (file)
@@ -288,7 +288,7 @@ def get_web_root(tracker, current_work, current_work2, get_current_txouts, datad
     
     class Explorer(resource.Resource):
         def render_GET(self, request):
-            return 'moved to /static/explorer.html'
+            return 'moved to /static/'
         def getChild(self, child, request):
             return self
     new_root.putChild('explorer', Explorer())