check if user is logged in
This commit is contained in:
parent
dc67c7efa9
commit
2556647a10
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
|
||||
OCP\JSON::checkLoggedIn();
|
||||
OCP\JSON::callCheck();
|
||||
|
||||
//encryption app needs to be loaded
|
||||
OC_App::loadApp('files_encryption');
|
||||
|
||||
|
|
Loading…
Reference in New Issue