summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6986e1e5d..7f9a777b5 100755
--- a/index.php
+++ b/index.php
@@ -240,7 +240,7 @@ switch (ENVIRONMENT)
{
if (($_temp = realpath($application_folder)) !== FALSE)
{
- $application_folder = $_temp.DIRECTORY_SEPARATOR;
+ $application_folder = $_temp;
}
else
{