summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index bac85d9a5..d60e79f60 100644
--- a/index.php
+++ b/index.php
@@ -85,7 +85,7 @@ else
| APPPATH - The full server path to the "application" folder
|
*/
-define('EXT', '.'.pathinfo(__FILE__, PATHINFO_EXTENSION));
+define('EXT', '.php');
define('SELF', pathinfo(__FILE__, PATHINFO_BASENAME));
define('FCPATH', str_replace(SELF, '', __FILE__));
define('BASEPATH', $system_folder.'/');