From 003ae7b9165b6493abe75d1d81b5a763efef7280 Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Wed, 24 Jul 2013 12:04:18 +0200 Subject: use OC_Defaults directly from the template --- core/templates/installation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/templates/installation.php b/core/templates/installation.php index a87853cbef3..6de67a83d42 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 %s securely.', $defaults->getName() )); ?>

+ t('Please update your PHP installation to use %s securely.', $theme->getName() )); ?>

@@ -39,7 +39,7 @@

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.', - $defaults->getDocBaseUrl().'/server/5.0/admin_manual/installation.html' + $theme->getDocBaseUrl().'/server/5.0/admin_manual/installation.html' )); ?>

-- cgit v1.2.3