<?php
/*
* Copyright (c) Huyin Information Technology Co., Ltd. All Rights Reserved.
* BOSSCMS Content Management System (https://www.bosscms.net/)
*/
if(!@$_GET['web']){
define('IS_INSIDE',true);
}
define('BOSSCMS_TYPE','extend');
define('BOSSCMS_MOLD','ueditor/php');
define('BOSSCMS_PART',@$_GET['web']?'webue':'ueditor');
define('BOSSCMS_FUNC','init');
require_once '../../../enter.php';
?>