mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 03:17:23 +08:00
upload preivew + es command
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ foreach ($settings as $name => $value) {
|
||||
$SITENAME = $BASIC['SITENAME'];
|
||||
$BASEURL = $BASIC['BASEURL'] ?: ($_SERVER['HTTP_HOST'] ?? '');
|
||||
$announce_urls = array();
|
||||
$announce_urls[] = $BASIC['announce_url'] ?: ($BASEURL . '/announce.php');
|
||||
$announce_urls[] = $BASIC['announce_url'] ?: ($BASEURL . '/api/announce');
|
||||
|
||||
$SITE_ONLINE = $MAIN['site_online'];
|
||||
$max_torrent_size = $MAIN['max_torrent_size'];
|
||||
|
||||
Reference in New Issue
Block a user