Changeset 1631
- Timestamp:
- 12/27/2007 06:11:38 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r1522 r1631 46 46 define('EXT', '.php'); 47 47 48 /** 49 * Test to make sure that Kohana is running on PHP 5.1.3 or newer. Once you are 50 * sure that your environment is compatible with Kohana, you can disable this. 51 */ 52 version_compare(PHP_VERSION, '5.1.3', '<') and exit('Kohana requires PHP 5.1.3 or newer.'); 53 48 54 // 49 55 // DO NOT EDIT BELOW THIS LINE, UNLESS YOU FULLY UNDERSTAND THE IMPLICATIONS.
