summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2009-07-02 23:23:38 +0200
committerDerek Jones <derek.jones@ellislab.com>2009-07-02 23:23:38 +0200
commit15b93ca14fb65565561cc9c38d02dc3df1f8ba07 (patch)
tree7c43106187e71aae468adbed17136bc1ccca4610 /index.php
parent626d71d54f3dbbbd67b904f009bda36597757e56 (diff)
changed EXT to always be defined as '.php' to allow the renaming of the index.php file
Diffstat (limited to 'index.php')
-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.'/');