summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-03-12 19:04:08 +0100
committerAndrey Andreev <narf@devilix.net>2016-03-12 19:04:08 +0100
commitca956162f5793527d7151bddd1fb223edbfed46b (patch)
tree860e2afdea39e1ad9c620b08c85a3c417eb888c4 /index.php
parent2961883c06ba963a67a68c34ef90a57ff5c38646 (diff)
[ci skip] Revert an unnecessary change from last commit
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
{