check if user is logged in

This commit is contained in:
Bjoern Schiessle 2013-11-26 12:47:59 +01:00
parent dc67c7efa9
commit 2556647a10
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<?php
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();
//encryption app needs to be loaded
OC_App::loadApp('files_encryption');