Explorar el Código

Fixed tautulli showing on business licence

Re issue #1384
Henry Whitaker hace 6 años
padre
commit
7eaed5ed97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/functions/homepage-functions.php

+ 1 - 1
api/functions/homepage-functions.php

@@ -2619,7 +2619,7 @@ function getHomepageList()
 		),
 		array(
 			'name' => 'Tautulli',
-			'enabled' => true,
+			'enabled' => (strpos('personal', $GLOBALS['license']) !== false) ? true : false,
 			'image' => 'plugins/images/tabs/tautulli.png',
 			'category' => 'Monitor',
 			'settings' => array(