Files
webgui/plugins/dynamix/Shares.page
2021-05-12 11:46:53 +02: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;
?>