1
0
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:
zhengxie
2014-01-22 14:01:02 +08:00
parent 8926ef2c6d
commit b60f0ec491

View File

@@ -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'