[otrs-cvs] otrs/Kernel/Output/HTML/Standard InstallerFinish.dtl, 1.22, 1.23

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv29415/Kernel/Output/HTML/Standard

Modified Files:
	InstallerFinish.dtl 
Log Message:
$Env{"HTTP_HOST"} is empty on IIS w/PerlEx. 
* This was the last change, Web Installer works correctly on IIS now!! *

Author: mb

Index: InstallerFinish.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/InstallerFinish.dtl,v
retrieving revision 1.22
retrieving revision 1.23
diff -2 -u -d -r1.22 -r1.23
--- InstallerFinish.dtl	20 Nov 2012 15:27:20 -0000	1.22
+++ InstallerFinish.dtl	2 Feb 2013 22:44:28 -0000	1.23
@@ -1,5 +1,5 @@
 # --
 # InstallerFinish.dtl - provides the Installer's finish screen
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -73,6 +73,6 @@
                     <label>$Text{"Start page"}:</label>
                     <div class="Field">
-                        <a href="http://$Env{"HTTP_HOST"}/$Data{"OTRSHandle"}/index.pl">
-                            http://$Env{"HTTP_HOST"}/$Data{"OTRSHandle"}/index.pl
+                        <a href="http://$QData{"Host"}/$Data{"OTRSHandle"}/index.pl">
+                            http://$QData{"Host"}/$Data{"OTRSHandle"}/index.pl
                         </a>
                     </div>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.