Correct check for use of cache disk/pool.

This commit is contained in:
Tom Mortensen
2017-04-25 08:56:57 -07:00
parent a20b9cbb9e
commit a55738e606

View File

@@ -545,7 +545,7 @@ toggle_diskio(true);
</tr>
</table>
</form>
<?if (is_dir("/mnt/cache") && is_dir("/mnt/user0")):?>
<?if ($var['shareCacheEnabled']=="yes" && is_dir("/mnt/cache")):?>
<form name="mover_schedule" method="POST" action="/update.htm" target="progressFrame">
<table class="array_status">
<tr><td colspan="3"></td></tr>