diff options
Diffstat (limited to 'settings/ajax/getlog.php')
-rw-r--r-- | settings/ajax/getlog.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/ajax/getlog.php b/settings/ajax/getlog.php index 9b9240f8253..22128ef57b5 100644 --- a/settings/ajax/getlog.php +++ b/settings/ajax/getlog.php @@ -5,9 +5,6 @@ * See the COPYING-README file. */ -// Init owncloud -require_once '../../lib/base.php'; - OC_JSON::checkAdminUser(); $count=(isset($_GET['count']))?$_GET['count']:50; |