diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-04 10:45:28 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-04 10:46:38 +0100 |
commit | 1b0bc2e0994651a1c470c8c97c946c40a61f819c (patch) | |
tree | 8ae2b25ff5ee072c34b8fb6a2a831140c0e89a8d /settings/templates | |
parent | 8700ffe69809d7551a08f224537650b43add2a59 (diff) | |
download | nextcloud-server-1b0bc2e0994651a1c470c8c97c946c40a61f819c.tar.gz nextcloud-server-1b0bc2e0994651a1c470c8c97c946c40a61f819c.zip |
PHP 5.4 is now required for master
:beers:
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index d29ea4c7f7f..55c92be9c96 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -153,20 +153,6 @@ if (!$_['has_fileinfo']) { <?php } -// is PHP at least at 5.3.8? -if ($_['old_php']) { - ?> - <div class="section"> - <h2><?php p($l->t('Your PHP version is outdated'));?></h2> - - <span class="connectionwarning"> - <?php p($l->t('Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly.')); ?> - </span> - - </div> -<?php -} - // is PHP charset set to UTF8? if (!$_['isPhpCharSetUtf8']) { ?> |