From 20791e0ad1811912c6a7b9a9e06975c486925f54 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 11 Jul 2013 17:39:44 +0200 Subject: [PATCH] use themable strings for installation --- core/templates/installation.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index 7f2796a4b3..a87853cbef 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -23,7 +23,7 @@
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('Please update your PHP installation to use %s securely.', $defaults->getName() )); ?>

@@ -37,7 +37,10 @@
t('Security Warning'));?>

t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?>
- t('For information how to properly configure your server, please see the documentation.'));?>

+ t( + 'For information how to properly configure your server, please see the documentation.', + $defaults->getDocBaseUrl().'/server/5.0/admin_manual/installation.html' + )); ?>