From 1a0081588111db5a54855dcec1f495eae2dd3629 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sat, 26 Nov 2005 06:09:21 +0000 Subject: [PATCH] sorry ... again --- server_status.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server_status.php b/server_status.php index d4a3b9b13..0fbe2e4f2 100644 --- a/server_status.php +++ b/server_status.php @@ -3,9 +3,11 @@ // vim: expandtab sw=4 ts=4 sts=4: /** * displays status variables with descriptions and some hints an optmizing - * + reset status vriales + * + reset status variables */ - +if ( ! defined( 'PMA_NO_VARIABLES_IMPORT' ) ) { + define( 'PMA_NO_VARIABLES_IMPORT', true ); +} require_once('./libraries/common.lib.php'); /**