Pārlūkot izejas kodu

fix format on default.php

CauseFX 4 gadi atpakaļ
vecāks
revīzija
7ef31c773c
1 mainītis faili ar 17 papildinājumiem un 17 dzēšanām
  1. 17 17
      api/config/default.php

+ 17 - 17
api/config/default.php

@@ -1,5 +1,5 @@
 <?php
-return array(
+return [
 	'branch' => 'v2-master',
 	'authType' => 'internal',
 	'authBackend' => '',
@@ -158,17 +158,17 @@ return array(
 	'qBittorrentSocksEnabled' => false,
 	'qBittorrentSocksAuth' => '999',
 	'rTorrentURL' => '',
-        'uTorrentCombine' => false,
-        'uTorrentCookie' => '',
-        'uTorrentDisableCertCheck' => false,
-        'uTorrentHideCompleted' => false,
-        'uTorrentHideSeeding' => false,
-        'uTorrentPassword' => '',
-        'uTorrentRefresh' => '60000',
-        'uTorrentToken' => '',
-        'uTorrentURL' => '',
-        'uTorrentUseCustomCertificate' => false,
-        'uTorrentUsername' => '',
+	'uTorrentCombine' => false,
+	'uTorrentCookie' => '',
+	'uTorrentDisableCertCheck' => false,
+	'uTorrentHideCompleted' => false,
+	'uTorrentHideSeeding' => false,
+	'uTorrentPassword' => '',
+	'uTorrentRefresh' => '60000',
+	'uTorrentToken' => '',
+	'uTorrentURL' => '',
+	'uTorrentUseCustomCertificate' => false,
+	'uTorrentUsername' => '',
 	'rTorrentURLOverride' => '',
 	'rTorrentUsername' => '',
 	'rTorrentPassword' => '',
@@ -245,8 +245,8 @@ return array(
 	'homepageqBittorrentAuth' => '1',
 	'homepagerTorrentEnabled' => false,
 	'homepagerTorrentAuth' => '1',
-        'homepageuTorrentAuth' => '1',
-        'homepageuTorrentEnabled' => true,
+	'homepageuTorrentAuth' => '1',
+	'homepageuTorrentEnabled' => false,
 	'homepageNzbgetEnabled' => false,
 	'homepageNzbgetAuth' => '1',
 	'homepagePlexEnabled' => false,
@@ -318,7 +318,7 @@ return array(
 	'homepageOrdercustomhtml06' => '35',
 	'homepageOrdercustomhtml07' => '36',
 	'homepageOrdercustomhtml08' => '37',
-        'homepageOrderuTorrent' => '38',
+	'homepageOrderuTorrent' => '38',
 	'homepageShowStreamNames' => false,
 	'homepageShowStreamNamesAuth' => '1',
 	'homepageUseCustomStreamNames' => false,
@@ -566,7 +566,7 @@ return array(
 	'customForgotPassText' => '',
 	'disableRecoverPass' => false,
 	'expandCategoriesByDefault' => false,
-	'ignoredNewsIds' => array(),
+	'ignoredNewsIds' => [],
 	'homepageTraktEnabled' => false,
 	'homepageTraktAuth' => '1',
 	'calendarStartTrakt' => '14',
@@ -581,4 +581,4 @@ return array(
 	'defaultSettingsTab' => '5',
 	'blacklisted' => '',
 	'blacklistedMessage' => 'You have been blacklisted from this site.'
-);
+];