View | Details | Raw Unified | Return to bug 40070
Collapse All | Expand All

(-)a/services/univention-apache/js/ucs/startsite.js (+5 lines)
 Lines 232-237   define([ Link Here 
232
					protocol = 'https:';
232
					protocol = 'https:';
233
					port = '';
233
					port = '';
234
				}
234
				}
235
				if (!port && window.location.port) {
236
					// in case of access to https://host:1443/
237
					protocol = window.location.protocol;
238
					port = window.location.port;
239
				}
235
				if (port) {
240
				if (port) {
236
					port = ':' + port;
241
					port = ':' + port;
237
				}
242
				}

Return to bug 40070