From abc79aeb496a5767be0ecf87c84425a3e2e1bb94 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Tue, 15 May 2007 03:36:40 +0000 Subject: [PATCH] could not show module info in admin page when XCache is the last module git-svn-id: svn://svn.lighttpd.net/xcache/trunk@382 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- NEWS | 1 + admin/xcache.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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(.*?)