Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-06-09 12:59:42 +0300
committerVincent Petry <pvince81@owncloud.com>2016-06-09 12:59:42 +0300
commiteb34e95fd3525630fba8bb56c2e700a40582cb5d (patch)
tree003937ac0877ccd94f104e9c188d306c4acf2784 /settings
parent7f3f06cdd9f6ae8c27a96bd5bfd81482c404c511 (diff)
Use temporary htaccesstest.txt for data dir security check
Diffstat (limited to 'settings')
-rw-r--r--settings/admin.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/admin.php b/settings/admin.php
index 42ca7e3525f..d9746f41633 100644
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -264,3 +264,7 @@ if ($updaterAppPanel) {
$template->assign('forms', $formsAndMore);
$template->printPage();
+
+$util = new \OC_Util();
+$util->createHtaccessTestFile(\OC::$server->getConfig());
+