Просмотр исходного кода

fix test rtorrent case sensitive

causefx 7 лет назад
Родитель
Сommit
02d5d9dbd4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/functions/homepage-connect-functions.php

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

@@ -2135,7 +2135,7 @@ function testAPIConnection($array)
 				return 'URL and/or Password not setup';
 			}
 			break;
-		case 'rTorrent':
+		case 'rtorrent':
 			if (!empty($GLOBALS['rTorrentURL'])) {
 				try {
 					$digest = qualifyURL($GLOBALS['rTorrentURL'], true);