From: Björn Schießle Date: Wed, 24 Jul 2013 10:04:18 +0000 (+0200) Subject: use OC_Defaults directly from the template X-Git-Tag: v6.0.0alpha2~408^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=003ae7b9165b6493abe75d1d81b5a763efef7280;p=nextcloud-server.git use OC_Defaults directly from the template --- diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 48a9a7aec6d..95aa592594b 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -75,7 +75,7 @@

>

-


t('Not recommended, use for testing only.'));?>

+


t('Not recommended, use for testing only.'));?>

t('Directory Settings'));?>

@@ -108,7 +108,7 @@

t('Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage.'));?>


- t('Help'));?> + t('Help'));?> 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' )); ?>