修改部分地址

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

0
.gitignore vendored Normal file → Executable file
View File

9
LICENSE Normal file
View File

@@ -0,0 +1,9 @@
MIT License
Copyright (c) 2025 open-green-dam-project
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
### 2025.6.28
开始上传git、并且重构
<del>希望很快就好啦</del>
---
**署名**
skimrme

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对象以连接到数据库