<?php
chdir('../');

$ac = isset($_REQUEST['ac']) ? preg_replace('/[^a-zA-Z0-9_]/', '', $_REQUEST['ac']) : '';
$ct = isset($_REQUEST['ct']) ? preg_replace('/[^a-zA-Z0-9_]/', '', $_REQUEST['ct']) : '';

if ($ct === '') {
    $cts = 'ffsm_h5_index';
}
if ($ac === 'rtcaiyun' || $ac === 'rtcaiyun_example') {
    $cts = 'ffsm_sm_ssys';
}
$ctsff_arr = array('ssxo','ssjf','ssjs','ssjk','ssjj','sslg','ssnvp','ssnnp','ssvvp','sscwy','sssx','sscp','dxkm','sxkm');
if (in_array($ac, $ctsff_arr)) {
    $cts = 'ffsm_sm_' . $ac;
}
require_once './index.php';
