config additions
This commit is contained in:
parent
76c1c12358
commit
a20a423e4e
14
config.php
14
config.php
@ -8,45 +8,55 @@ $pass = ""; // Password for logging on
|
||||
|
||||
$sabvisible = ""; // Set to turn on or off links (0 = Off 1 = On)
|
||||
$sabname = "";
|
||||
$sabpicurl = "";
|
||||
$sabport = ""; // Set the ports for your services
|
||||
|
||||
$sickvisible = "";
|
||||
$sicktype = "1"; // 1 = Sickbeard / 2 = SickRage
|
||||
$sickname = "";
|
||||
$sickpicurl = "";
|
||||
$sickport = "";
|
||||
|
||||
$couchvisible = "";
|
||||
$cpadultsvisible = "";
|
||||
$cpadultsname = "";
|
||||
$cpadultpicurl = "";
|
||||
$cpadults = "";
|
||||
|
||||
$cpkidsvisible = ""; // Set to 0 if only running single couch instance
|
||||
$cpkidsname = "";
|
||||
$cpkidspicurl = "";
|
||||
$cpkids = "";
|
||||
|
||||
$torrentvisible = "";
|
||||
$torrenttype = "1"; // 1 = uTorrent / 2 = Transmission
|
||||
$torrentname = "";
|
||||
$torrentpicurl = "";
|
||||
$torrentport = ""; // uTorrent = 86 / Transmission = 9091
|
||||
|
||||
$ftpvisible = "";
|
||||
$ftpname = "";
|
||||
$ftppicurl = "";
|
||||
$ftpport = "";
|
||||
|
||||
$madsonicvisible = "";
|
||||
$madsonicname = "";
|
||||
$madsonicpicurl = "";
|
||||
$madsonicport = "";
|
||||
|
||||
$plexvisible = "";
|
||||
$plexname = "";
|
||||
$plexpicurl = "";
|
||||
$plexport = "";
|
||||
|
||||
$squeezevisible = "";
|
||||
$squeezename = "";
|
||||
$squeezepicurl = "";
|
||||
$squeezeport = "";
|
||||
|
||||
$jdownloadervisible = "";
|
||||
$jdownloadername = "";
|
||||
$jdownloaderpicurl = "";
|
||||
|
||||
$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)
|
||||
@ -64,12 +74,16 @@ $drive6 = "H:";
|
||||
$drive7visible = "1";
|
||||
$drive7 = "J:";
|
||||
|
||||
$server1visible = ""; // Set to turn on or off server check (0 = no 1 = yes)
|
||||
$server1name = ""; // Set to Server Name to track
|
||||
$server1url = ""; // Set to Server URL to track (without http://)
|
||||
$server2visible = "";
|
||||
$server2name = "";
|
||||
$server2url = "";
|
||||
$server3visible = ""
|
||||
$server3name = "";
|
||||
$server3url = "";
|
||||
$server4visible = "";
|
||||
$server4name = "";
|
||||
$server4url = "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user