Changeset 3554:bd1d1eb305ab for admin
- Timestamp:
- 07/24/17 06:01:42 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r3534 r3554 231 231 if (version_compare(phpversion(),DC_NEXT_REQUIRED_PHP,'<')) { 232 232 echo '<p class="info">'. 233 sprintf(__('The next versions of Dotclear will not support PHP version < 5.5, your\'s is currently %s'),phpversion()). 233 sprintf(__('The next versions of Dotclear will not support PHP version < %s, your\'s is currently %s'), 234 DC_NEXT_REQUIRED_PHP,phpversion()). 234 235 '</p>'; 235 236 }
Note: See TracChangeset
for help on using the changeset viewer.