Changeset 457 for branches/1.2/admin/xcache.tpl.php
- Timestamp:
- 2007-07-14T07:10:55+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
admin/xcache.tpl.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
-
branches/1.2/admin/xcache.tpl.php
r373 r457 35 35 <th><?php echo _T('Clogs'); ?></th> 36 36 <th><?php echo _T('OOMs'); ?></th> 37 <th><?php echo _T('Errors'); ?></th> 37 38 <th><?php echo _T('Protected'); ?></th> 38 39 <th><?php echo _T('Cached'); ?></th> … … 41 42 </tr> 42 43 <?php 43 $numkeys = explode(',', 'slots,size,avail,hits,misses,clogs,ooms, cached,deleted');44 $numkeys = explode(',', 'slots,size,avail,hits,misses,clogs,ooms,errors,cached,deleted'); 44 45 $l_clear = _T('Clear'); 45 46 $l_clear_confirm = _T('Sure to clear?'); … … 76 77 <td>{$ci['clogs']}</td> 77 78 <td>{$ci['ooms']}</td> 79 <td>{$ci['errors']}</td> 78 80 <td>{$ci['can_readonly']}</td> 79 81 <td>{$ci['cached']}</td>
Note: See TracChangeset
for help on using the changeset viewer.

