Warning. Dolphin cannot work in safe mode'; exit; } //check mbstring if( !extension_loaded( 'mbstring' ) ) { echo 'Warning! Dolphin cannot work without mbstring extension. Please go to the Dolphin Troubleshooter and solve the problem.'; exit; } //check correct hostname $aUrl = parse_url( $site['url'] ); if( isset($_SERVER['HTTP_HOST']) and $_SERVER['HTTP_HOST'] != $aUrl['host'] and $_SERVER['HTTP_HOST'] != $aUrl['host'] . ':80' ) { header( "Location:http://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" ); exit; } // check if install folder exists if ( file_exists( $dir['root'] . 'install' ) ) { $ret = << Dolphin Smart Community Builder Installed
Dolphin Installed
Please, remove INSTALL directory from your server and reload this page to activate your community site.
EOJ; echo $ret; exit(); } // set error reporting level error_reporting(E_ALL & ~E_NOTICE); set_magic_quotes_runtime(0); ini_set('magic_quotes_sybase', 0); // set default encoding for multibyte functions mb_internal_encoding('UTF-8'); //--- Ray Integration ---// require_once($dir['root'] . "ray/modules/global/inc/header.inc.php"); require_once($dir['root'] . "ray/modules/global/inc/content.inc.php"); //--- Ray Integration ---// ?>