mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Check checkLoggedIn in owncloud package
This commit is contained in:
parent
a5b63cc84b
commit
1c69894c97
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
OCP\User::checkLoggedIn();
|
||||||
|
|
||||||
if (@file_exists(__DIR__.'/app/index.php'))
|
if (@file_exists(__DIR__.'/app/index.php'))
|
||||||
{
|
{
|
||||||
include_once OC_App::getAppPath('rainloop').'/lib/RainLoopHelper.php';
|
include_once OC_App::getAppPath('rainloop').'/lib/RainLoopHelper.php';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue