diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-02-17 14:19:20 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-02-17 14:19:20 +0100 |
commit | 20d57c8bfe61857503ae4a6f1734439e5038b37c (patch) | |
tree | ea19cbbdd3adc5fd7978a0e34b67a033835a94e9 /core/templates/installation.php | |
parent | 76c511de92f1b4dc6dcc31ac5ae15ffade29bb18 (diff) | |
download | nextcloud-server-20d57c8bfe61857503ae4a6f1734439e5038b37c.tar.gz nextcloud-server-20d57c8bfe61857503ae4a6f1734439e5038b37c.zip |
Remove Null Byte Check
This is not relevant anymore since we require PHP 5.4
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 53ab4a0b877..4e9cde205d8 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -26,13 +26,6 @@ script('core', [ <?php endforeach; ?> </fieldset> <?php endif; ?> - <?php if($_['vulnerableToNullByte']): ?> - <fieldset class="warning"> - <legend><strong><?php p($l->t('Security Warning'));?></strong></legend> - <p><?php p($l->t('Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)'));?><br/> - <?php p($l->t('Please update your PHP installation to use %s securely.', $theme->getName() )); ?></p> - </fieldset> - <?php endif; ?> <?php if(!$_['htaccessWorking']): ?> <fieldset class="warning"> <legend><strong><?php p($l->t('Security Warning'));?></strong></legend> |