1
0
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:
Chaoyi Zha 2014-11-15 10:59:12 -05:00
parent 30c6acc96c
commit 380e87a4fd

View File

@ -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;