mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
Whitespace
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1260 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -72,8 +72,8 @@ if ($_POST && !$error) {
|
||||
unset($grants[$object]);
|
||||
}
|
||||
if (preg_match('~^(.+)\\s*(\\(.*\\))?$~U', $object, $match) && (
|
||||
!grant("REVOKE", $revoke, $match[2], " ON $match[1] FROM $new_user") //! SQL injection
|
||||
|| !grant("GRANT", $grant, $match[2], " ON $match[1] TO $new_user")
|
||||
!grant("REVOKE", $revoke, $match[2], " ON $match[1] FROM $new_user") //! SQL injection
|
||||
|| !grant("GRANT", $grant, $match[2], " ON $match[1] TO $new_user")
|
||||
)) {
|
||||
$error = true;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user