diff --git a/config.php b/config.php index ff822e1..2cafcd3 100644 --- a/config.php +++ b/config.php @@ -16,7 +16,9 @@ $madsonicport = ""; $plexport = ""; $squeezeport = ""; +$drive1visible = "1"; // Set drive visible or not 0 = no 1 = yes $drive1 = "C:"; // Set the hard drives to display +$drive2visible = "1"; $drive2 = "D:"; $drive3 = "E:"; $drive4 = "F:"; @@ -33,9 +35,10 @@ $server3url = ""; $server4name = ""; $server4url = ""; -$clockvisable = "1"; -$kknowledgefeedvisable = "1"; -$webclipfeedvisable = "1"; +// Set widgets visible or not 0 = no 1 = yes +$clockvisible = "1"; +$kknowledgefeedvisible = "1"; +$webclipfeedvisible = "1"; // do not edit past here diff --git a/right.php b/right.php index 9ee5f7c..0951e45 100644 --- a/right.php +++ b/right.php @@ -30,7 +30,7 @@ indicateSelected(formref.switchcontrol)