Skip to content

Commit

Permalink
Update security.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Jun 5, 2019
1 parent ffed154 commit 3d94dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/security.php
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ function check_redirect_origin($url) {

// set DDOS protection (only for advanced security)
if(PHP_DDOS_PROTECTION !== false) {
loadHelper("php-sec-ddos.lnk")
loadHelper("php-sec-ddos.lnk");
}

// set Webshell detection (only for advanced security)
Expand Down

0 comments on commit 3d94dd8

Please sign in to comment.