Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit dfe2781

Browse files
committed
Coding standards.
1 parent 3ab506e commit dfe2781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/config/globals.asp

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ function initDomainGlobals()
4141
trace("config.initDomainGlobals...")
4242
globals.add "PROJECT_NAME", PROJECT_NAME
4343
addGlobal "ENVIRONMENT", ENVIRONMENT, null
44-
addGlobal "HOME", HOMEPAGE, null
45-
addGlobal "ADMIN_DIR", ADMINDIR, null
44+
addGlobal "HOME", HOMEPAGE, null
45+
addGlobal "ADMIN_DIR", ADMINDIR, null
4646
if isLocalServer = true then
4747
'LOCALHOST settings where site lives in subfolder
4848
addGlobal "SITEROOT", "/{PROJECT_NAME}", null

0 commit comments

Comments
 (0)