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'); /**