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:
authorLukas Reschke <lukas@statuscode.ch>2012-10-15 18:41:42 +0400
committerDaniel Molkentin <daniel@molkentin.de>2012-10-15 19:44:44 +0400
commit6b39b80648ea022cfb5839d1ac415912cafaa417 (patch)
tree4a8744fdd2f9cd5e4d361dd22ee896d71dd677b3 /settings/settings.php
parent6e045b9ea1f3435da3456d333a57753069b6bc8c (diff)
Change auth checks
Diffstat (limited to 'settings/settings.php')
-rw-r--r--settings/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/settings.php b/settings/settings.php
index 24099ef5742..68c07ff60f0 100644
--- a/settings/settings.php
+++ b/settings/settings.php
@@ -7,6 +7,7 @@
require_once '../lib/base.php';
OC_Util::checkLoggedIn();
+OC_Util::verifyUser();
OC_Util::addStyle( 'settings', 'settings' );
OC_App::setActiveNavigationEntry( 'settings' );