From e73ccbd4cade0622615ee133496a571ac1d6dba7 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 3 Nov 2014 10:55:52 +0100 Subject: Migrate "setsecurity.php" to the AppFramework Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS --- settings/templates/admin.php | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'settings/templates') diff --git a/settings/templates/admin.php b/settings/templates/admin.php index bcf57e12a89..206d2ada033 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -336,9 +336,9 @@ if ($_['suggestedOverwriteWebroot']) { /> @@ -346,7 +346,23 @@ if ($_['suggestedOverwriteWebroot']) { t( 'Forces the clients to connect to %s via an encrypted connection.', $theme->getName() - )); ?> + )); ?>
+ > + + /> +
+ t( + 'Forces the clients to connect to %s and subdomains via an encrypted connection.', + $theme->getName() + )); ?> +
"); p($l->t( -- cgit v1.2.3