mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修复标签属性不支持-的问题
This commit is contained in:
@@ -257,7 +257,7 @@ EOF;
|
||||
$_GET['action'] = 'action';
|
||||
$_POST['action'] = 'action';
|
||||
$_COOKIE['name'] = 'name';
|
||||
\think\Session::set('action', ['name' => 'name']);
|
||||
$_SESSION['action'] = ['name' => 'name'];
|
||||
define('SITE_NAME', 'site_name');
|
||||
|
||||
$content = <<<EOF
|
||||
|
||||
Reference in New Issue
Block a user