diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-07-02 23:23:38 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-07-02 23:23:38 +0200 |
commit | 15b93ca14fb65565561cc9c38d02dc3df1f8ba07 (patch) | |
tree | 7c43106187e71aae468adbed17136bc1ccca4610 | |
parent | 626d71d54f3dbbbd67b904f009bda36597757e56 (diff) |
changed EXT to always be defined as '.php' to allow the renaming of the index.php file
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.'/'); |