diff --git a/config.php b/config.php index 54e34a7..7bfaba3 100644 --- a/config.php +++ b/config.php @@ -16,7 +16,8 @@ $madsonicport = ""; $plexport = ""; $squeezeport = ""; -$drive1visible = "1"; // Set drive visible or not 0 = no 1 = yes +$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) $drive1 = "C:"; // Set the hard drives to display $drive2visible = "1"; $drive2 = "D:"; @@ -40,12 +41,13 @@ $server3url = ""; $server4name = ""; $server4url = ""; -// Set widgets visible or not 0 = no 1 = yes +// Set widgets visible or not (0 = no 1 = yes) $clockvisible = "1"; $kknowledgefeedvisible = "1"; $webclipfeedvisible = "1"; + // do not edit past here $local = "1"; diff --git a/space.php b/space.php index 1df26d8..3384e00 100644 --- a/space.php +++ b/space.php @@ -36,20 +36,13 @@ indicateSelected(formref.switchcontrol) } -
-
- - - - - - -
Drive Space
- - -
"0") { + require "drives/head.php"; + } +?> + "0") { require "drives/drive1.php"; }