Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantuo666 authored Aug 16, 2020
1 parent b134737 commit 713beaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if (file_exists('config.php') && file_exists('functions.php')) {
require('config.php'); require('functions.php');
} else {
http_response_code(503); header('Content-Type: text/plain; charset=utf-8'); header('Refresh: 5;url=https://github.com/lc6464/baiduwp-php');
http_response_code(503); header('Content-Type: text/plain; charset=utf-8'); header('Refresh: 5;url=https://github.com/yuantuo666/baiduwp-php');
die("HTTP 503 服务不可用!\r\n缺少相关配置和定义文件!无法正常运行程序!\r\n请重新 Clone 项目并配置!\r\n将在五秒内跳转到 GitHub 储存库!");
}
// 通用响应头
Expand Down Expand Up @@ -64,8 +64,8 @@
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="">首页</a></li>
<li class="nav-item"><a class="nav-link" href="https://pandownload.com/" target="_blank">度盘下载器</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/lc6464/baiduwp-php" target="_blank">GitHub 仓库</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/lc6464/baiduwp-php/releases/tag/<?php echo programVersion; ?>" target="_blank">版本:<?php echo programVersion; ?></a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/yuantuo666/baiduwp-php" target="_blank">GitHub 仓库</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/yuantuo666/baiduwp-php/releases/tag/<?php echo programVersion; ?>" target="_blank">版本:<?php echo programVersion; ?></a></li>
<li class="nav-item"><a class="nav-link" href="https://imwcr.cn/" target="_blank">Made by Yuan_Tuo</a></li>
<li class="nav-item"><a class="nav-link" href="https://lcwebsite.cn/" target="_blank">Optimized by LC</a></li>
</ul>
Expand Down Expand Up @@ -237,4 +237,4 @@
<?php } ?>
</div>
</body>
</html>
</html>

0 comments on commit 713beaa

Please sign in to comment.