Check checkLoggedIn in owncloud package

This commit is contained in:
RainLoop Team 2016-05-11 21:44:55 +03:00
parent a5b63cc84b
commit 1c69894c97

View file

@ -1,5 +1,7 @@
<?php
OCP\User::checkLoggedIn();
if (@file_exists(__DIR__.'/app/index.php'))
{
include_once OC_App::getAppPath('rainloop').'/lib/RainLoopHelper.php';