I should be more careful when working with copy&paste...
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
|||||||
2003-01-30 Alexander M. Turek <rabus@users.sourceforge.net>
|
2003-01-30 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* main.php3, user_details.php3, libraries/user_details.js: Removed the old
|
* main.php3, user_details.php3, libraries/user_details.js: Removed the old
|
||||||
user management.
|
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>
|
2003-01-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
|
* tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
|
||||||
|
@@ -36,16 +36,6 @@ echo '<h2>' . "\n"
|
|||||||
. '</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
|
* Sends the query and buffers the result
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user