mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 06:52:20 +08:00
6116597f6f
New ownCloud package with a built-in webmail
10 lines
212 B
PHP
10 lines
212 B
PHP
<?php
|
|
|
|
if (@file_exists(__DIR__.'/app/index.php'))
|
|
{
|
|
include_once OC_App::getAppPath('rainloop').'/lib/RainLoopHelper.php';
|
|
|
|
OC_RainLoop_Helper::regRainLoopDataFunction();
|
|
|
|
include __DIR__.'/app/index.php';
|
|
}
|