Changeset 5745
- Timestamp:
- 06/22/2007 09:48:36 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-settings.php
r5491 r5745 49 49 $_SERVER['PHP_SELF'] = $PHP_SELF = preg_replace("/(\?.*)?$/",'',$_SERVER["REQUEST_URI"]); 50 50 51 if ( !(phpversion() >= '4. 1') )51 if ( !(phpversion() >= '4.2') ) 52 52 die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.1' ); 53 53
Note: See TracChangeset
for help on using the changeset viewer.