diff options
Diffstat (limited to 'settings/ajax/setsecurity.php')
-rw-r--r-- | settings/ajax/setsecurity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/setsecurity.php b/settings/ajax/setsecurity.php index 16a85aade81..675d7eced47 100644 --- a/settings/ajax/setsecurity.php +++ b/settings/ajax/setsecurity.php @@ -10,4 +10,4 @@ OCP\JSON::callCheck(); OC_Config::setValue( 'forcessl', filter_var($_POST['enforceHTTPS'], FILTER_VALIDATE_BOOLEAN)); -echo 'true';
\ No newline at end of file +echo 'true'; |