From 76c1c12358c9ebcf857f3b494309b63ccd9366eb Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Thu, 9 Jul 2015 23:25:12 +0100 Subject: [PATCH] config update --- config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.php b/config.php index de18337..9071224 100644 --- a/config.php +++ b/config.php @@ -21,6 +21,7 @@ $cpadultsname = ""; $cpadults = ""; $cpkidsvisible = ""; // Set to 0 if only running single couch instance +$cpkidsname = ""; $cpkids = ""; $torrentvisible = ""; @@ -29,18 +30,23 @@ $torrentname = ""; $torrentport = ""; // uTorrent = 86 / Transmission = 9091 $ftpvisible = ""; +$ftpname = ""; $ftpport = ""; $madsonicvisible = ""; +$madsonicname = ""; $madsonicport = ""; $plexvisible = ""; +$plexname = ""; $plexport = ""; $squeezevisible = ""; +$squeezename = ""; $squeezeport = ""; $jdownloadervisible = ""; +$jdownloadername = ""; $drivespacevisible = "1"; // Set to turn on or off drive space (0 = no 1 = yes) $drive1visible = "1"; // Set drive visible or not ()0 = no 1 = yes)