Navigation Menu

Skip to content

Commit

Permalink
Fixed issue: Bounce setting without encryption are broken (Thanks to …
Browse files Browse the repository at this point in the history
…Civette)
  • Loading branch information
Shnoulle committed Nov 26, 2012
1 parent 23c94a8 commit 0b7772a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/tokens.php
Expand Up @@ -171,6 +171,7 @@ function bounceprocessing($iSurveyId)
{
case "OFF":
$flags.="/notls"; // Really Off
break;
case "SSL":
$flags.="/ssl/novalidate-cert";
break;
Expand Down

0 comments on commit 0b7772a

Please sign in to comment.