--- fenglin/www/search.php 2025/03/01 09:08:07 1.7
+++ fenglin/www/search.php 2025/03/28 05:50:18 1.8
@@ -1,7 +1,6 @@
- require_once "./whereis.inc.php";
+ require_once "../lib/db_open.inc.php";
?>
-
if (isset($_GET["type"]))
$type=$_GET["type"];
@@ -111,7 +110,6 @@
@@ -133,7 +130,6 @@
@@ -181,6 +176,8 @@
+ mysql_close($db_conn);
+
include "./foot.inc.php";
?>