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;