mirror of
https://github.com/webmin/webmin.git
synced 2025-08-05 18:36:54 +00:00
ALlow deletion of users with funny characters http://virtualmin.com/node/21484
This commit is contained in:
@ -278,7 +278,7 @@ if ($gconfig{'debug_what_sql'}) {
|
||||
}
|
||||
&webmin_debug_log('SQL', "db=$_[0] sql=$sql".$params);
|
||||
}
|
||||
if ($sql !~ /^\s*\\/) {
|
||||
if ($sql !~ /^\s*\\/ && !$main::disable_postgresql_escaping) {
|
||||
$sql =~ s/\\/\\\\/g;
|
||||
}
|
||||
if ($driver_handle &&
|
||||
|
Reference in New Issue
Block a user