undo request_path escape
This commit is contained in:
parent
9df7ed5be8
commit
ce4f7f54da
@ -11,7 +11,7 @@ local function Roothandler(self)
|
|||||||
local latest_path, latest_name = hotmixes.utils.these_latest( path )
|
local latest_path, latest_name = hotmixes.utils.these_latest( path )
|
||||||
|
|
||||||
self.total = hotmixes.utils.total_files_dir( path )
|
self.total = hotmixes.utils.total_files_dir( path )
|
||||||
self.uri = escape(hotmixes.utils.request_path)
|
self.uri = hotmixes.utils.request_path
|
||||||
self.path = escape('/data/' .. self.titles.url .. hotmixes.utils.request_path)
|
self.path = escape('/data/' .. self.titles.url .. hotmixes.utils.request_path)
|
||||||
self.dirs = stuff.dirs
|
self.dirs = stuff.dirs
|
||||||
self.files = stuff.files
|
self.files = stuff.files
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user