This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5475652
commit 3ffa8c7
Showing
3 changed files
with
144 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
* PanDownload 网页复刻版,PHP 语言版配置文件 | ||
* !!!请勿修改本文件,如果手动修改后再在后台设置,可能导致config.php文件被清空!!! | ||
* | ||
* @version 2.1.3 | ||
* @version 2.1.4 | ||
* @author Yuan_Tuo <[email protected]> | ||
* @link https://imwcr.cn/ | ||
* @link https://space.bilibili.com/88197958 | ||
*/ | ||
const programVersion = '2.1.3'; | ||
const programVersion = '2.1.4'; | ||
if (!defined('init')) { | ||
http_response_code(403); header('Content-Type: text/plain; charset=utf-8'); header('Refresh: 3;url=./'); | ||
die("HTTP 403 禁止访问!\r\n此文件是 PanDownload 网页复刻版 PHP 语言版项目版本 " . programVersion . " 的配置文件!\r\n禁止直接访问!"); | ||
|
@@ -33,4 +33,6 @@ const DbConfig = array("servername" => "<servername>", "username" => "<username> | |
const ADMIN_PASSWORD = '<ADMIN_PASSWORD>'; | ||
const DownloadTimes = <DownloadTimes>; | ||
const IsConfirmDownload = <IsConfirmDownload>; | ||
const SVIPSwitchMod = <SVIPSwitchMod>; | ||
const SVIPSwitchMod = <SVIPSwitchMod>; | ||
|
||
const WECHAT_MOD = false; |