Merge pull request #199 from syntaqx/master

Removed chr() references during bootstrap.
This commit is contained in:
Taylor Otwell
2011-12-04 15:07:24 -08:00

View File

@@ -7,7 +7,7 @@
* basic application, laravel, and public paths.
*/
define('EXT', '.php');
define('CRLF', chr(13).chr(10));
define('CRLF', "\r\n");
define('BLADE_EXT', '.blade.php');
define('APP_PATH', realpath($application).'/');
define('PUBLIC_PATH', realpath($public).'/');