mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +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)
|
# Days of remembered login info (deafult: 7 days)
|
||||||
LOGIN_REMEMBER_DAYS = 7
|
LOGIN_REMEMBER_DAYS = 7
|
||||||
|
|
||||||
|
SEAFILE_VERSION = '2.1.4'
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Email sending #
|
# Email sending #
|
||||||
#################
|
#################
|
||||||
@@ -471,8 +473,6 @@ if 'win32' in sys.platform:
|
|||||||
fp.write("%d\n" % os.getpid())
|
fp.write("%d\n" % os.getpid())
|
||||||
fp.close()
|
fp.close()
|
||||||
|
|
||||||
SEAFILE_VERSION = '2.1.3'
|
|
||||||
|
|
||||||
# Put here after loading other settings files if `SITE_ROOT` is modified in
|
# Put here after loading other settings files if `SITE_ROOT` is modified in
|
||||||
# other settings files.
|
# other settings files.
|
||||||
LOGIN_URL = SITE_ROOT + 'accounts/login'
|
LOGIN_URL = SITE_ROOT + 'accounts/login'
|
||||||
|
Reference in New Issue
Block a user