diff options
Diffstat (limited to 'settings/ajax/getlog.php')
-rw-r--r-- | settings/ajax/getlog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/getlog.php b/settings/ajax/getlog.php index ed48b2cae1a..bcb05fdd02b 100644 --- a/settings/ajax/getlog.php +++ b/settings/ajax/getlog.php @@ -6,7 +6,7 @@ */ // Init owncloud -require_once('../../lib/base.php'); + OC_JSON::checkAdminUser(); |