<?php

/**
 * Cms 自定义终端入口程序
 */

define('SITE_ID', '1');
define('IS_CLIENT', 'FR');
define('FIX_WEB_DIR', 'FR');

// 执行主程序
require '../index.php';