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

Commit f98fd09

Browse files
committed
✏️ 修复拼写错误
1 parent 541df39 commit f98fd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
declare(ticks=1)
66
date_default_timezone_set('Asia/Shanghai');
77
require './config.php';
8-
const PHPOBAVERSION = '1.3.0';
8+
const PHPOBAVERSION = '1.5.0';
99
const VERSION = '1.10.4';
1010
global $DOWNLOAD_DIR;
1111
$DOWNLOAD_DIR = $config['file']['cache_dir'];
1212
const USERAGENT = 'openbmclapi-cluster/' . VERSION . ' ' . 'PHP-OpenBmclApi/'.PHPOBAVERSION;
13-
const OPENBMCLAPIURL = 'openbmclapi.staging.bangbang93.com';
13+
const OPENBMCLAPIURL = 'openbmclapi.bangbang93.com';
1414
$list = glob('inc/*.php');
1515
foreach ($list as $file) {
1616
require $file;

0 commit comments

Comments
 (0)