Mountpoints

Mountpoint Listing ()

link); while ($row = mysql_fetch_assoc($result)) { $username = $row['username']; $email = $row['email']; $timeleft = $row['timeleft']; $mountpoint = $row['mountpoint']; $timerestriction = "None"; if ($timeleft != "-1") { $timerestriction = "$timeleft seconds"; } $mountall = " ($mountpoint) "; if ($mountpoint == "ALL") { $mountall = " (All) "; } echo ""; } mysql_free_result($result); ?>
UsernameEmailTime Restrictions
$username$mountall$email$timerestriction