Files
webgui/plugins/dynamix/Shares.page
Eric Schultz 30ca111094 initial commit
2015-10-24 10:17:28 -07:00

11 lines
225 B
Plaintext

Menu="Tasks:2"
Type="xmenu"
----
<?PHP
if ($var['fsState']!="Started") {
echo "<p class='notice'>Array must be <strong><big>started</big></strong> to view Shares.</p>";
return;
}
if (count($pages)==2) $tabbed = false;
?>