Files
webgui/plugins/dynamix/Shares.page

12 lines
241 B
Plaintext

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