We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f07647 commit 05ff498Copy full SHA for 05ff498
examples/auto-prepend/scripts/bounce-via-auto-prepend.php
@@ -6,6 +6,7 @@
6
use CrowdSecBouncer\StandAloneBounce;
7
8
$bounce = new StandAloneBounce();
9
-$bounce->init($crowdSecStandaloneBouncerConfig);
10
$bounce->setDebug($crowdSecStandaloneBouncerConfig['debug_mode']);
+$bounce->setDisplayErrors($crowdSecStandaloneBouncerConfig['display_errors']);
11
+$bounce->init($crowdSecStandaloneBouncerConfig);
12
$bounce->safelyBounce();
0 commit comments