Add files via upload

This commit is contained in:
Harold Finch
2023-04-10 07:20:22 +02:00
committed by GitHub
parent 65875d8fef
commit 82d4ef7fa9
100 changed files with 20541 additions and 0 deletions

12
controllers/panel/urls.py Normal file
View 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