Skip to content

Commit 18fb859

Browse files
committed
Merged revision(s) 4592-4608 from branches/4/4.10:
This merge modifies host name, used when -localhost switch is specified, from localhost to localhost:8080 as implemented in branches/4/4.10. This change is needed since development environment now uses port 8080 instead of port 80 for test website accessed via localhost.
1 parent 81d4294 commit 18fb859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Web.UInfo.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2009-2013, Peter Johnson (www.delphidabbler.com).
6+
* Copyright (C) 2009-2014, Peter Johnson (www.delphidabbler.com).
77
*
88
* $Rev$
99
* $Date$
@@ -85,7 +85,7 @@ TWebInfo = class(TNoConstructObject)
8585
const
8686
/// <summary>Local web server.</summary>
8787
/// <remarks>Used for test purposes.</remarks>
88-
LocalHost = 'localhost';
88+
LocalHost = 'localhost:8080';
8989
/// <summary>URL of home page on DelphiDabbler website.</summary>
9090
DelphiDabblerHomeURL = WebsiteURL + '/';
9191
/// <summary>URL of home page of the CodeSnip project.</summary>

0 commit comments

Comments
 (0)