From 627b8e416d138112ad20b1299aca21dccebcd11c Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 19 Mar 2022 12:26:19 +0800 Subject: *admin music page --- functions.php | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 8a7824b..6d3d3cc 100644 --- a/functions.php +++ b/functions.php @@ -1,29 +1,14 @@ "; -} -function println($content) -{ - print_r($content); - echo "
"; } -// 替换为html转义字符,否则插入sql会有问题 -function html_escape_string($str) { - $str = str_replace("'", "'", $str); // ' - $str = str_replace('"', """, $str); // " - return $str; -} - -?> - +?> \ No newline at end of file -- cgit v1.1-26-g67d0