Files
webgui/plugins/dynamix/Shares.page
2020-03-04 17:33:46 +01:00

12 lines
228 B
Plaintext

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