add special section

This commit is contained in:
xiaomlove
2021-05-29 18:26:04 +08:00
parent 48259ab387
commit 3a54de8be7
27 changed files with 175 additions and 43 deletions

View File

@@ -64,6 +64,7 @@ function getip() {
function sql_query($query)
{
$query = preg_replace("/[\n\r\t]+/", " ", $query);
$begin = microtime(true);
global $query_name;
$result = mysql_query($query);