Compare commits
2 Commits
dee98c9c1e
...
5bd46ca3a1
Author | SHA1 | Date | |
---|---|---|---|
|
5bd46ca3a1 | ||
|
0b1e5c35ac |
@ -88,6 +88,10 @@ class FileStorage:
|
||||
p = os.path.abspath(os.path.join(self.root,path))
|
||||
return p
|
||||
|
||||
def webpath(self, path):
|
||||
if path.startswith(self.root):
|
||||
return path[len(self.root):]
|
||||
|
||||
def _name2path(self,name, userid=None):
|
||||
name = os.path.basename(name)
|
||||
paths=[191,193,197,97]
|
||||
|
Loading…
Reference in New Issue
Block a user