Index: trunk/admin/xcache.tpl.php
===================================================================
--- trunk/admin/xcache.tpl.php	(revision 689)
+++ trunk/admin/xcache.tpl.php	(revision 851)
@@ -212,5 +212,5 @@
 			$size     = size($entry['size']);
 			if ($isphp) {
-				$sourcesize  = size($entry['sourcesize']);
+				$file_size   = size($entry['file_size']);
 				$phprefcount = number_format($entry['phprefcount']);
 			}
@@ -246,11 +246,11 @@
 				echo <<<ENTRY
 				<td int="{$entry['phprefcount']}">{$phprefcount}</td>
-				<td int="{$entry['sourcesize']}">{$sourcesize}</td>
+				<td int="{$entry['file_size']}">{$file_size}</td>
 				<td int="{$entry['mtime']}">{$mtime}</td>
 ENTRY;
-				if (isset($entry['inode'])) {
+				if (isset($entry['file_inode'])) {
 					echo <<<ENTRY
-					<td int="{$entry['device']}">{$entry['device']}</td>
-					<td int="{$entry['inode']}">{$entry['inode']}</td>
+					<td int="{$entry['file_device']}">{$entry['file_device']}</td>
+					<td int="{$entry['file_inode']}">{$entry['file_inode']}</td>
 ENTRY;
 				}
