Files
webgui/emhttp/plugins/dynamix/Shares.page
Tom Mortensen f9ec00b488 repo reorg
2023-06-02 12:49:33 -07:00

12 lines
227 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;
?>