Initial project files: BESCMS full source

This commit is contained in:
bes
2026-08-13 23:37:46 +08:00
parent fa6cddb540
commit 2e26f85723
2166 changed files with 396625 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
/**
* 前端运行控制器
*/
$url = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid='.$this->weixin['account']['appid'].'&redirect_uri='.urlencode(ROOT_URL.'index.php?s=weixin&c=member').'&response_type=code&scope=snsapi_base&state=member#wechat_redirect';
$txt = '小插件提醒:单击进入用户中心';
$this->_to_weixin_text('<a href="'.$url.'">'.$txt.'</a>');