From 20d57c8bfe61857503ae4a6f1734439e5038b37c Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 17 Feb 2015 14:19:20 +0100 Subject: Remove Null Byte Check This is not relevant anymore since we require PHP 5.4 --- core/templates/installation.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/templates/installation.php') 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', [ - -
- t('Security Warning'));?> -

t('Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)'));?>
- t('Please update your PHP installation to use %s securely.', $theme->getName() )); ?>

-
-
t('Security Warning'));?> -- cgit v1.2.3