diff --git a/NEWS b/NEWS index 30b8574..c03f499 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 2.0.0 2007-?-? == NEWS == == ChangeLog == + * could not show module info in admin page when XCache is the last module * wrong http auth realm * #86: remove/edit variable in admin page * fixed #77: hits/misses was not updated diff --git a/admin/xcache.php b/admin/xcache.php index 30318c2..5f16602 100644 --- a/admin/xcache.php +++ b/admin/xcache.php @@ -203,7 +203,7 @@ default: ob_start(); phpinfo(INFO_MODULES); $moduleinfo = ob_get_clean(); - if (preg_match('!XCache(.*?)