drive space switch
This commit is contained in:
parent
269c41de82
commit
1e21f2de5a
@ -16,7 +16,8 @@ $madsonicport = "";
|
|||||||
$plexport = "";
|
$plexport = "";
|
||||||
$squeezeport = "";
|
$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
|
$drive1 = "C:"; // Set the hard drives to display
|
||||||
$drive2visible = "1";
|
$drive2visible = "1";
|
||||||
$drive2 = "D:";
|
$drive2 = "D:";
|
||||||
@ -40,12 +41,13 @@ $server3url = "";
|
|||||||
$server4name = "";
|
$server4name = "";
|
||||||
$server4url = "";
|
$server4url = "";
|
||||||
|
|
||||||
// Set widgets visible or not 0 = no 1 = yes
|
// Set widgets visible or not (0 = no 1 = yes)
|
||||||
$clockvisible = "1";
|
$clockvisible = "1";
|
||||||
$kknowledgefeedvisible = "1";
|
$kknowledgefeedvisible = "1";
|
||||||
$webclipfeedvisible = "1";
|
$webclipfeedvisible = "1";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// do not edit past here
|
// do not edit past here
|
||||||
|
|
||||||
$local = "1";
|
$local = "1";
|
||||||
|
17
space.php
17
space.php
@ -36,20 +36,13 @@ indicateSelected(formref.switchcontrol)
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<div id="style">
|
|
||||||
<div class="innertube">
|
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
|
||||||
<tr BGCOLOR='#0066FF'>
|
|
||||||
<th style='text-align: left;'><font color='white'>Drive Space</font></th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td BGCOLOR='#FFFFFF'>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
</td>
|
|
||||||
</table>
|
|
||||||
<?php include 'config.php';?>
|
<?php include 'config.php';?>
|
||||||
<?php
|
<?php
|
||||||
|
if ($drivespacevisible > "0") {
|
||||||
|
require "drives/head.php";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<?php
|
||||||
if ($drive1visible > "0") {
|
if ($drive1visible > "0") {
|
||||||
require "drives/drive1.php";
|
require "drives/drive1.php";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user