mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 05:30:07 -06:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
Menu="Tasks:2"
|
|
Type="xmenu"
|
|
----
|
|
<?PHP
|
|
if ($var['fsState']!="Started") {
|
|
echo "<p class='notice'>Array must be <strong><big>started</big></strong> to view Shares.</p>";
|
|
return;
|
|
}
|
|
if (count($pages)==2) $tabbed = false;
|
|
?>
|