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

@@ -8,6 +8,8 @@ $Source$
2003-01-30 Alexander M. Turek <rabus@users.sourceforge.net>
* main.php3, user_details.php3, libraries/user_details.js: Removed the old
user management.
* server_processlist.php3: Fixed a bug the denied the access to the
process list for normal users.
2003-01-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)

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