修改部分地址

2025.6.28
This commit is contained in:
skimrme
2025-06-28 06:23:55 +08:00
parent 6719c4fbe8
commit 86b0e52a3e
8 changed files with 26 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
</div>
<div id="div_centent_2">
<?php
$dbPath = '../db/green-dam.db'; // 数据库文件路径
$dbPath = '../../databases/green-dam.db'; // 数据库文件路径
try {
// 创建SQLite3对象以连接到数据库

View File

@@ -1,2 +1,3 @@
<meta http-equiv="refresh" content="3;url= https://www.ww.3.edu.kg/php/green-dam/">
<!-- 应该不会有人访问的对吗?? -->
<meta http-equiv="refresh" content="3;url= http://0.0.0.0">
变态你打开了什么啊快滚啊qwq

View File

@@ -15,6 +15,7 @@
<div id="div_top">
<?php
//include './navbar/header_li.html';
//已废用
?>
</div>
<div id="div_content">
@@ -24,6 +25,7 @@
<div id="div_1">
<?php
//include './navbar/header_li.html';
//已废用
?>
</div>
<div id="div_top_navbar_li">

View File

@@ -1,2 +1,2 @@
<!-- 页面标题 -->
<h1 id="id_green_center" style="margin: 8px;"><a id="a_url_none" href="https://www.ww.3.edu.kg/php/green-dam/">格林达姆-收录小屋<a></h1>
<h1 id="id_green_center" style="margin: 8px;"><a id="a_url_none" href="http://0.0.0.0">格林达姆-收录小屋<a></h1>

View File

@@ -29,7 +29,7 @@
</div>
<div id="div_centent_2">
<?php
$dbPath = '../db/green-dam.db'; // 数据库文件路径
$dbPath = '../../databases/green-dam.db'; // 数据库文件路径
try {
// 创建SQLite3对象以连接到数据库