Fixed ownCloud integration (Closes #378)

This commit is contained in:
RainLoop Team 2014-11-18 00:22:49 +04:00
parent 2d287f0b8d
commit bfafe95975
9 changed files with 71 additions and 23 deletions

View file

@ -189,4 +189,9 @@ Options -Indexes
}
include APP_VERSION_ROOT_PATH.'app/handle.php';
if (defined('RAINLOOP_EXIT_ON_END') && RAINLOOP_EXIT_ON_END)
{
exit(0);
}
}