mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add special section
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user