Procházet zdrojové kódy

remove unneeded cases

blowl před 3 roky
rodič
revize
60005b8d64
1 změnil soubory, kde provedl 0 přidání a 30 odebrání
  1. 0 30
      api/functions/option-functions.php

+ 0 - 30
api/functions/option-functions.php

@@ -263,36 +263,6 @@ trait OptionsFunction
 					'help' => 'Shows/hides the title of this homepage module'
 				];
 				break;
-			case 'total-queries':
-				$settingsMerge = [
-					'type' => 'switch',
-					'label' => 'Total Queries',
-					'help' => 'Shows/hides the total queries stat'
-				];
-			case 'queries-blocked':
-				$settingsMerge = [
-					'type' => 'switch',
-					'label' => 'Total Queries',
-					'help' => 'Shows/hides the queries blocked stat'
-				];
-			case 'percent-blocked':
-				$settingsMerge = [
-					'type' => 'switch',
-					'label' => 'Total Queries',
-					'help' => 'Shows/hides the percent blocked stat'
-				];
-			case 'processing-time':
-				$settingsMerge = [
-					'type' => 'switch',
-					'label' => 'Total Queries',
-					'help' => 'Shows/hides the processing time stat'
-				];
-			case 'domain-list':
-				$settingsMerge = [
-					'type' => 'switch',
-					'label' => 'Total Queries',
-					'help' => 'Shows/hides the domain list stat'
-				];
 			case 'disablecertcheck':
 				$settingMerge = [
 					'type' => 'switch',