I should be more careful when working with copy&paste...

This commit is contained in:
Alexander M. Turek
2003-01-30 10:35:50 +00:00
parent fabbd13c46
commit 7f9a293d2a
2 changed files with 2 additions and 10 deletions

View File

@@ -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
*/