mirror of
https://github.com/unraid/webgui.git
synced 2026-03-08 20:10:18 -05:00
Correct check for use of cache disk/pool.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user