1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

[system admin] enable user to upload a license file

This commit is contained in:
llj
2017-07-04 10:39:11 +08:00
parent 3149a4d49d
commit 0015a9a6c8
7 changed files with 68 additions and 27 deletions

View File

@@ -413,7 +413,7 @@ SITE_TITLE = 'Private Seafile'
SITE_NAME = 'Seafile'
# Path to the license file(relative to the media path)
LICENSE_PATH = os.path.join(PROJECT_ROOT, '../../seafile_license.txt')
LICENSE_PATH = os.path.join(PROJECT_ROOT, '../../seafile-license.txt')
# Path to the favicon file (relative to the media path)
# tip: use a different name when modify it.