mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-26 18:49:20 +03:00
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';
|
|
}
|