Changeset 3531 for trunk/index.php
- Timestamp:
- 10/05/2008 09:42:55 AM (2 months ago)
- Files:
-
- 1 modified
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r3366 r3531 48 48 * to check the PHP version quickly. 49 49 */ 50 version_compare(PHP_VERSION, '5.2', '<') and exit('Kohana requires PHP 5.2 or newer .');50 version_compare(PHP_VERSION, '5.2', '<') and exit('Kohana requires PHP 5.2 or newer, '.PHP_VERSION.' is installed'); 51 51 52 52 /**
