Index: trunk/admin/xcache.tpl.php
===================================================================
--- trunk/admin/xcache.tpl.php	(revision 60)
+++ trunk/admin/xcache.tpl.php	(revision 84)
@@ -164,6 +164,8 @@
 			<th><a href="javascript:" onclick="resort(this); return false">SrcSize</a></th>
 			<th><a href="javascript:" onclick="resort(this); return false">Modify</a></th>
+			<?php if ($haveinode) { ?>
 			<th><a href="javascript:" onclick="resort(this); return false">device</a></th>
 			<th><a href="javascript:" onclick="resort(this); return false">inode</a></th>
+			<?php } ?>
 			<?php } ?>
 			<th><a href="javascript:" onclick="resort(this); return false">Access</a></th>
@@ -203,7 +205,11 @@
 				<td int="{$entry['sourcesize']}">{$sourcesize}</td>
 				<td int="{$entry['mtime']}">{$mtime}</td>
-				<td int="{$entry['device']}">{$entry['device']}</td>
-				<td int="{$entry['inode']}">{$entry['inode']}</td>
-ENTRY;
+ENTRY;
+				if (isset($entry['inode'])) {
+					echo <<<ENTRY
+					<td int="{$entry['device']}">{$entry['device']}</td>
+					<td int="{$entry['inode']}">{$entry['inode']}</td>
+ENTRY;
+				}
 			}
 			echo <<<ENTRY
