diff --git a/code/handlers/roothandler.lua b/code/handlers/roothandler.lua index b79f09d..c89673a 100644 --- a/code/handlers/roothandler.lua +++ b/code/handlers/roothandler.lua @@ -12,7 +12,7 @@ local function Roothandler(self) self.total = hotmixes.utils.total_files_dir( path ) self.uri = hotmixes.utils.request_path - self.path = escape('/data/' .. self.titles.url .. hotmixes.utils.request_path) + self.path = '/data/' .. self.titles.url .. hotmixes.utils.request_path self.dirs = stuff.dirs self.files = stuff.files self.images = stuff.images