mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Update seafile version
This commit is contained in:
@@ -370,6 +370,8 @@ SESSION_COOKIE_AGE = 24 * 60 * 60
|
||||
# Days of remembered login info (deafult: 7 days)
|
||||
LOGIN_REMEMBER_DAYS = 7
|
||||
|
||||
SEAFILE_VERSION = '2.1.4'
|
||||
|
||||
#################
|
||||
# Email sending #
|
||||
#################
|
||||
@@ -471,8 +473,6 @@ if 'win32' in sys.platform:
|
||||
fp.write("%d\n" % os.getpid())
|
||||
fp.close()
|
||||
|
||||
SEAFILE_VERSION = '2.1.3'
|
||||
|
||||
# Put here after loading other settings files if `SITE_ROOT` is modified in
|
||||
# other settings files.
|
||||
LOGIN_URL = SITE_ROOT + 'accounts/login'
|
||||
|
Reference in New Issue
Block a user