header('Content-Type: text/html; charset=windows-1251');
if($_REQUEST['do']=='import' || $_REQUEST['do']=='install') {
include('import.php');
}
include_once('config.php');
include_once('includes/core.php');
include_once('includes/document.php');
include_once('includes/url.php');
include_once('includes/lang.php');
if (!defined('_SAPE_USER')){
define('_SAPE_USER', $config['sape_code']);
}
require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php');
$sape = new SAPE_client();
include_once( 'templates/' . $config['template'] . '/index.php' );
?>