From 3c6be51a2a51696b03d080f403e7c8730e8dba1f Mon Sep 17 00:00:00 2001 From: heavenK Date: Mon, 21 Nov 2022 13:06:28 +0800 Subject: [PATCH] init --- includes/cls_template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/cls_template.php b/includes/cls_template.php index 137e180..add1c7e 100644 --- a/includes/cls_template.php +++ b/includes/cls_template.php @@ -524,7 +524,8 @@ class cls_template case 'insert' : $t = $this->get_para(substr($tag, 7), false); - $out = "_echash . $k[\'name\'] . \'|\' . serialize($k) . $this->_echash;' . "\n?>"; return $out;