Files
webgui/emhttp/plugins/dynamix/Shares.page
2025-04-10 16:22:55 -04: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;
?>