[ci skip] Revert an unnecessary change from last commit
diff --git a/index.php b/index.php
index 6986e1e..7f9a777 100755
--- a/index.php
+++ b/index.php
@@ -240,7 +240,7 @@
 	{
 		if (($_temp = realpath($application_folder)) !== FALSE)
 		{
-			$application_folder = $_temp.DIRECTORY_SEPARATOR;
+			$application_folder = $_temp;
 		}
 		else
 		{