mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-30 17:09:41 +00:00
Add files via upload
This commit is contained in:
12
controllers/panel/urls.py
Normal file
12
controllers/panel/urls.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# Author: Zhang Huangbin <zhb@iredmail.org>
|
||||
|
||||
# fmt: off
|
||||
urls = [
|
||||
'/expired', 'controllers.utils.Expired',
|
||||
'/system', 'controllers.panel.log.Log',
|
||||
'/system/settings', 'controllers.panel.sys_settings.Settings',
|
||||
'/system/license', 'controllers.panel.log.License',
|
||||
'/activities/admins', 'controllers.panel.log.Log',
|
||||
'/verify/domain_ownership', 'controllers.panel.domain_ownership.VerifyOwnership',
|
||||
]
|
||||
# fmt: on
|
||||
Reference in New Issue
Block a user