From d2c1e68dcb14f8a67504e6555eb7a022b4a7661d Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Wed, 8 Jul 2015 11:03:01 +0100 Subject: [PATCH] fix torrnet status --- configs_services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs_services.php b/configs_services.php index c4f0460..610f7dc 100644 --- a/configs_services.php +++ b/configs_services.php @@ -24,7 +24,7 @@ DO NOT EDIT THESE CONFIG LINES. $configs['server_ip'] = "$base"; // The Servers URL or IP to check. # For services simply add new lines with the Name and port number. -$configs['services']['uTorrent'] = $utorrentport; +$configs['services']['uTorrent'] = $torrentport; $configs['services']['SABNZBD'] = $sabport; $configs['services']['SickBeard'] = $sickport; $configs['services']['CPAdults'] = $cpadults;