View | Details | Raw Unified | Return to bug 51527 | Differences between
and this patch

Collapse All | Expand All

(-)univention-mail-horde/conffiles/etc/horde/horde/conf.d/10-ucs.php (-1 / +1 lines)
 Lines 7-13    Link Here 
7
7
8
try:
8
try:
9
	with open('/etc/horde.secret', 'r') as fd:
9
	with open('/etc/horde.secret', 'r') as fd:
10
		password = fd.read()
10
		password = fd.read().rstrip('\n')
11
except IOError:
11
except IOError:
12
	password = ''
12
	password = ''
13
13

Return to bug 51527