From e8f207ffc104d4aee44dd667b2207cb7a3fadf56 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 1 Dec 2020 10:43:52 +0800 Subject: [PATCH] * adjust code. --- module/common/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/model.php b/module/common/model.php index 64db4b6b20..65af01d070 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -57,7 +57,7 @@ class commonModel extends model } else { - if(!empty($this->config->xFrameOptions)) header("X-Frame-Options: {$this->config->xFrameOptions}"); + if(!empty($this->config->xFrameOptions)) header("X-Frame-Options: {$this->config->xFrameOptions}"); } }