mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rename static to ui
Directory rename
This commit is contained in:
committed by
Endi Sukma Dewata
parent
835436df15
commit
b9ad279ad2
@@ -69,7 +69,7 @@ class WebUIApp(object):
|
||||
path_info = environ['PATH_INFO'].lstrip('/')
|
||||
if path_info == '':
|
||||
path_info = self.INDEX_FILE
|
||||
requested_file = path.join(getcwd(), 'install/static/', path_info)
|
||||
requested_file = path.join(getcwd(), 'install/ui/', path_info)
|
||||
extension = requested_file.rsplit('.', 1)[-1]
|
||||
|
||||
if extension not in self.EXTENSION_TO_MIME_MAP:
|
||||
|
||||
Reference in New Issue
Block a user