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:
authorFrank Karlitschek <frank@owncloud.org>2015-01-18 20:50:46 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-01-20 15:37:50 +0300
commit828d7d6cf5e9cc7df89527243268a14ad7d4d0b9 (patch)
tree534c8bc77c4f479f14abc8e7486cc97d88249a44 /settings/admin.php
parent870bc429b26460734da900ccbab1b760fb9dcb08 (diff)
add a Windows warning
Diffstat (limited to 'settings/admin.php')
-rw-r--r--settings/admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/admin.php b/settings/admin.php
index 01cab1fa1f4..bb20c665f56 100644
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -81,6 +81,8 @@ $template->assign('onlyShareWithGroupMembers', \OC\Share\Share::shareWithGroupMe
$databaseOverload = (strpos(\OCP\Config::getSystemValue('dbtype'), 'sqlite') !== false);
$template->assign('databaseOverload', $databaseOverload);
+// warn if Windows is used
+$template->assign('WindowsWarning', OC_Util::runningOnWindows());
// add hardcoded forms from the template
$forms = OC_App::getForms('admin');