Files
Pichome/admin/setting/assistant.php
2024-01-31 01:00:33 +08:00

21 lines
690 B
PHP

<?php
/*
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
* @license https://www.oaooa.com/licenses/
*
* @link https://www.oaooa.com
* @author zyx(zyx@oaooa.com)
*/
if (!defined('IN_OAOOA') || !defined('IN_ADMIN')) {
exit('Access Denied');
}
$navtitle = lang('enterprise_little_helper_set');
$op = $_GET['op']?$_GET['op']:' ';
if (empty($_G['setting']['token_0']))$_G['setting']['token_0'] = random(8);
if (empty($_G['setting']['encodingaeskey_0']))$_G['setting']['encodingaeskey_0'] = random(43);
$host = $_SERVER['HTTP_HOST'];
$callback = $_G['siteurl'] . 'index.php?mod=system&op=wxreply';
include template('assistant');
?>