From: Lukas Reschke Date: Wed, 20 Mar 2013 07:44:33 +0000 (+0100) Subject: Show a warning in the installer if the used PHP version is vulnerable to the NULL... X-Git-Tag: v6.0.0alpha2~1027^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68d55648d5904a86d21fb5258684687a31929011;p=nextcloud-server.git Show a warning in the installer if the used PHP version is vulnerable to the NULL Byte attack --- diff --git a/core/templates/installation.php b/core/templates/installation.php index 842686932c7..c70903cba55 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -19,6 +19,13 @@ + +
+ 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 ownCloud securely.'));?>

+
+
t('Security Warning'));?>