www.gusucode.com > JTBCPHP网站内容管理系统 v3.0.1源码程序 > PHP_JTBC_CMS_v3.0.1.2/universal/setlang.php

    <?php
header('content-type: text/html; charset=utf-8');
require_once('../common/incfiles/page.inc.php');
require_once('common/incfiles/setlang.inc.php');
header('location: ' . jtbc\ui::getRedirect());
?>