/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to admin/index.php

  • Committer: Suren A. Chilingaryan
  • Date: 2019-02-22 17:52:45 UTC
  • Revision ID: csa@suren.me-20190222175245-fpp327t7p200dqos
Update cache overview in the administrative interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 <div class="header">
24
24
    <a href="index.php?page=cacheinfo.php&source_info"><?echo translate("Overview");?></a>
25
25
    <a href="index.php?page=cacheinfo.php&source_info&group_info&table_info"><?echo translate("Cache Info");?></a>
26
 
    <a href="index.php?page=cacheinfo.php&source_info&group_info&table_info&item_info"><?echo translate("Extended Cache Info");?></a>
 
26
    <a href="index.php?page=cacheinfo.php&source_info&group_info&table_info&item_info&reader_info"><?echo translate("Extended Cache Info");?></a>
27
27
    <a href="index.php?page=logview.php&priority=<?echo LOG_WARNING;?>"><?echo translate("Log Viewer");?></a>
28
28
    <a href="index.php?page=logview.php"><?echo translate("Debug Viewer");?></a>
29
29
 </div>