Files
webgui/plugins/dynamix/Shares.page
2018-08-28 08:58:09 +02:00

12 lines
247 B
Plaintext

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