From eedfbbeaee1c667638c1a9536cb9e596cfe5b82e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 1 May 2009 11:32:51 +0000 Subject: [PATCH] Fix: phpize this page --- htdocs/admin/tools/eaccelerator.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/tools/eaccelerator.php b/htdocs/admin/tools/eaccelerator.php index df44be8d229..802e66721b5 100644 --- a/htdocs/admin/tools/eaccelerator.php +++ b/htdocs/admin/tools/eaccelerator.php @@ -307,9 +307,10 @@ if (is_array($resCached) || is_array($resRemoved)) else { print "

"; - print "Check in your php.ini that eaccelerator.allowed_admin_path parameter is : "; + print "Check in your php.ini that eaccelerator.allowed_admin_path parameter is : "; print "

"; print "".$_SERVER["SCRIPT_FILENAME"].""; + print "

"; } if (function_exists('eaccelerator_get'))