Sso small fix

This commit is contained in:
RainLoop Team 2014-04-18 03:33:48 +04:00
parent 3221b0651e
commit 5da5e8ac61
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
<?php
define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
define('APP_INDEX_ROOT_FILE', str_replace('\\', '/', __FILE__));
define('APP_INDEX_ROOT_PATH', rtrim(dirname(APP_INDEX_ROOT_FILE), '/').'/');
$sCustomDataPath = '';
if (file_exists(APP_INDEX_ROOT_PATH.'include.php'))