mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-13 01:50:34 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a89078240 | |||
| e8262ce12f | |||
| e53e4f890f |
@@ -30,7 +30,7 @@ function relayhost($_action, $_data = null) {
|
|||||||
$stmt->execute(array(
|
$stmt->execute(array(
|
||||||
':hostname' => $hostname,
|
':hostname' => $hostname,
|
||||||
':username' => $username,
|
':username' => $username,
|
||||||
':password' => str_replace(':', '\:', $password),
|
':password' => $password,
|
||||||
':active' => '1'
|
':active' => '1'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
@@ -291,7 +291,7 @@ function transport($_action, $_data = null) {
|
|||||||
':destination' => $insert_dest,
|
':destination' => $insert_dest,
|
||||||
':is_mx_based' => $is_mx_based,
|
':is_mx_based' => $is_mx_based,
|
||||||
':username' => $username,
|
':username' => $username,
|
||||||
':password' => str_replace(':', '\:', $password),
|
':password' => $password,
|
||||||
':active' => $active
|
':active' => $active
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user