1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00

fix extra quote in setup

This commit is contained in:
Chaoyi Zha 2014-11-15 10:59:12 -05:00
parent 30c6acc96c
commit 380e87a4fd

View File

@ -104,7 +104,7 @@
"servers" => \''.$_POST['smtp-servers'].'\',
"from" => \''.$_POST['smtp-from'].'\',
"username" => \''.$_POST['smtp-username'].'\',
"password" => \''.$_POST['smtp-password'].'\'",
"password" => \''.$_POST['smtp-password'].'\',
);
';
$data .= $smtpSection;