commit | 15b93ca14fb65565561cc9c38d02dc3df1f8ba07 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Thu Jul 02 21:23:38 2009 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Thu Jul 02 21:23:38 2009 +0000 |
tree | 7c43106187e71aae468adbed17136bc1ccca4610 | |
parent | 626d71d54f3dbbbd67b904f009bda36597757e56 [diff] |
changed EXT to always be defined as '.php' to allow the renaming of the index.php file
diff --git a/index.php b/index.php index bac85d9..d60e79f 100644 --- a/index.php +++ b/index.php
@@ -85,7 +85,7 @@ | 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.'/');