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

@ -10,7 +10,6 @@ if (!defined('APP_VERSION'))
if (file_exists(APP_INDEX_ROOT_PATH.'rainloop/v/'.APP_VERSION.'/index.php'))
{
include APP_INDEX_ROOT_PATH.'rainloop/v/'.APP_VERSION.'/index.php';
exit(0);
}
else
{