Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit ce2f704

Browse files
committed
✏️ 修复一个小错误
1 parent 97beb2d commit ce2f704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require './config.php';
66
const VERSION = '1.10.3';
77
const DOWNLOAD_DIR = "./cache";
8-
if ($config['Staging'] = true){
8+
if ($config['Staging'] == true){
99
define('OPENBMCLAPI', 'openbmclapi.staging.bangbang93.com');
1010
}
1111
else{

0 commit comments

Comments
 (0)