diff options
| author | spider@app1 <spiderr@bitweaver.org> | 2016-06-17 00:09:53 -0400 |
|---|---|---|
| committer | spider@app1 <spiderr@bitweaver.org> | 2016-06-17 00:09:53 -0400 |
| commit | 616b38400f1b7934065319e522462d0b8d0cd47b (patch) | |
| tree | 96c68d47bc6e1a08e4fd2fd5b1197213b17b06f5 /admin | |
| parent | cb47d35214fcbd42a477969256ddb35bb727decd (diff) | |
| download | kernel-616b38400f1b7934065319e522462d0b8d0cd47b.tar.gz kernel-616b38400f1b7934065319e522462d0b8d0cd47b.tar.bz2 kernel-616b38400f1b7934065319e522462d0b8d0cd47b.zip | |
improve apcu object caching
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/apc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/apc.php b/admin/apc.php index 4dbeb2c..1b140ab 100644 --- a/admin/apc.php +++ b/admin/apc.php @@ -974,7 +974,6 @@ EOB; '<th>',sortheader('H','Hits', "&OB=".$MYREQUEST['OB']),'</th>', '<th>',sortheader('Z','Size', "&OB=".$MYREQUEST['OB']),'</th>', '<th>',sortheader('A','Last accessed',"&OB=".$MYREQUEST['OB']),'</th>', - '<th>',sortheader('M','Last modified',"&OB=".$MYREQUEST['OB']),'</th>', '<th>',sortheader('C','Created at', "&OB=".$MYREQUEST['OB']),'</th>'; if($fieldname=='info') { @@ -1026,7 +1025,6 @@ EOB; '<td class="td-n center">',$entry['num_hits'],'</td>', '<td class="td-n right">',$entry['mem_size'],'</td>', '<td class="td-n center">',date(DATE_FORMAT,$entry['access_time']),'</td>', - '<td class="td-n center">',date(DATE_FORMAT,$entry['modification_time']),'</td>', '<td class="td-n center">',date(DATE_FORMAT,$entry['creation_time']),'</td>'; if($fieldname=='info') { |
