diff --git a/admin/xcache.css b/admin/xcache.css index acd2ca3..f05cf07 100644 --- a/admin/xcache.css +++ b/admin/xcache.css @@ -15,3 +15,4 @@ form {margin: 0; padding: 0} .switcher * { color: blue; } .switcher a.active { font-weight: bold; font-size: 130%; color: black; } #help { display: block; float: right; } +.footnote { text-align: right; font-size: 12px; } diff --git a/admin/xcache.php b/admin/xcache.php index 20e9bbb..c50379f 100644 --- a/admin/xcache.php +++ b/admin/xcache.php @@ -188,6 +188,8 @@ default: $type_php = XC_TYPE_PHP; $type_var = XC_TYPE_VAR; $types = array($type_none => 'Statistics', $type_php =>'List PHP', $type_var =>'List Var Data'); +$xcache_version = XCACHE_VERSION; +$xcache_modules = XCACHE_MODULES; include("xcache.tpl.php"); diff --git a/admin/xcache.tpl.php b/admin/xcache.tpl.php index e190afb..b8a9e92 100644 --- a/admin/xcache.tpl.php +++ b/admin/xcache.tpl.php @@ -10,11 +10,11 @@ HEAD; ?> -