mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
fix extra quote in setup
This commit is contained in:
parent
30c6acc96c
commit
380e87a4fd
@ -104,7 +104,7 @@
|
|||||||
"servers" => \''.$_POST['smtp-servers'].'\',
|
"servers" => \''.$_POST['smtp-servers'].'\',
|
||||||
"from" => \''.$_POST['smtp-from'].'\',
|
"from" => \''.$_POST['smtp-from'].'\',
|
||||||
"username" => \''.$_POST['smtp-username'].'\',
|
"username" => \''.$_POST['smtp-username'].'\',
|
||||||
"password" => \''.$_POST['smtp-password'].'\'",
|
"password" => \''.$_POST['smtp-password'].'\',
|
||||||
);
|
);
|
||||||
';
|
';
|
||||||
$data .= $smtpSection;
|
$data .= $smtpSection;
|
||||||
|
Loading…
Reference in New Issue
Block a user