From 64b072fd5a509480959c538b10653d2796385f64 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Thu, 28 Jun 2012 03:45:14 +0000 Subject: [PATCH] show php version git-svn-id: svn://svn.lighttpd.net/xcache/trunk@934 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- admin/edit.php | 1 + admin/footer.tpl.php | 2 +- admin/xcache.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/edit.php b/admin/edit.php index b02296c..91cdbed 100644 --- a/admin/edit.php +++ b/admin/edit.php @@ -36,6 +36,7 @@ else { } } +$php_version = phpversion(); $xcache_version = XCACHE_VERSION; $xcache_modules = XCACHE_MODULES; diff --git a/admin/footer.tpl.php b/admin/footer.tpl.php index 858142e..e14124b 100644 --- a/admin/footer.tpl.php +++ b/admin/footer.tpl.php @@ -1,6 +1,6 @@
diff --git a/admin/xcache.php b/admin/xcache.php index fd4b526..a1caf47 100644 --- a/admin/xcache.php +++ b/admin/xcache.php @@ -367,6 +367,7 @@ default: $type_php = XC_TYPE_PHP; $type_var = XC_TYPE_VAR; $types = array($type_none => _T('Statistics'), $type_php => _T('List PHP'), $type_var => _T('List Var Data')); +$php_version = phpversion(); $xcache_version = XCACHE_VERSION; $xcache_modules = XCACHE_MODULES;