strRevokeMessage
This commit is contained in:
@@ -113,7 +113,7 @@ function table_grants(&$host_db_result, $dbcheck = FALSE) {
|
||||
$revoke_url = 'sql.php3'
|
||||
. '?' . $url_query
|
||||
. '&sql_query=' . urlencode('REVOKE ' . $priv . ' ON ' . backquote($db) . '.' . backquote($table) . ' FROM \'' . $row['User'] . '\'@\'' . $row['Host'] . '\'')
|
||||
. '&zero_rows=' . urlencode($GLOBALS['strRevokeMessage'] . ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>')
|
||||
. '&zero_rows=' . urlencode(sprintf($GLOBALS['strRevokeMessage'], ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>'))
|
||||
. '&goto=user_details.php3';
|
||||
if ($grantopt) {
|
||||
$revoke_grant_url = 'sql.php3'
|
||||
|
Reference in New Issue
Block a user