mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-17 10:53:00 -05:00
73 lines
1.8 KiB
PHP
73 lines
1.8 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Download Check Page
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Weather Or Not User Will Be Stopped At Download Check Page Or Not
|
|
|
|
|
*/
|
|
|
|
'download_check_page' => 0,
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Source Value
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Torrent Source Value
|
|
|
|
|
*/
|
|
|
|
'source' => 'UNIT3D',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Created By
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Created By Value
|
|
|
|
|
*/
|
|
|
|
'created_by' => 'Edited by UNIT3D',
|
|
'created_by_append' => true,
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Comment
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Comment Value
|
|
|
|
|
*/
|
|
|
|
'comment' => 'This torrent was downloaded from UNIT3D',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Magnet
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Enable/Disable magnet links
|
|
|
|
|
*/
|
|
|
|
'magnet' => 0,
|
|
];
|