I should be more careful when working with copy&paste...
This commit is contained in:
@@ -36,16 +36,6 @@ echo '<h2>' . "\n"
|
||||
. '</h2>' . "\n";
|
||||
|
||||
|
||||
/**
|
||||
* Checks if the user is allowed to do what he tries to...
|
||||
*/
|
||||
if (!$is_superuser && !$cfg['ShowMysqlVars']) {
|
||||
echo $strNoPrivileges;
|
||||
include('./footer.inc.php3');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sends the query and buffers the result
|
||||
*/
|
||||
|
Reference in New Issue
Block a user