fix
This commit is contained in:
parent
284dd0b3c5
commit
b355e43cb6
|
@ -1,2 +0,0 @@
|
||||||
<?php
|
|
||||||
echo "php-sec-ddos is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
|
@ -1,2 +0,0 @@
|
||||||
<?php
|
|
||||||
echo "php-sec-fw is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
|
@ -1,2 +0,0 @@
|
||||||
<?php
|
|
||||||
echo "php-sec-scc is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
|
@ -1,2 +0,0 @@
|
||||||
<?php
|
|
||||||
echo "php-sec-shell is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
2
helper/sec-ddos.lnk.php
Normal file
2
helper/sec-ddos.lnk.php
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?php
|
||||||
|
echo "sec-ddos is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
2
helper/sec-fw.lnk.php
Normal file
2
helper/sec-fw.lnk.php
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?php
|
||||||
|
echo "sec-fw is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
2
helper/sec-scc.lnk.php
Normal file
2
helper/sec-scc.lnk.php
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?php
|
||||||
|
echo "sec-scc is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
2
helper/sec-ws.lnk.php
Normal file
2
helper/sec-ws.lnk.php
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?php
|
||||||
|
echo "sec-ws is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
@ -629,20 +629,20 @@ session_start();
|
||||||
|
|
||||||
// set PHP firewall (only for advanced security)
|
// set PHP firewall (only for advanced security)
|
||||||
if(PHP_FIREWALL_ACTIVATION !== false) {
|
if(PHP_FIREWALL_ACTIVATION !== false) {
|
||||||
loadHelper("php-sec-fw.lnk");
|
loadHelper("sec-fw.lnk");
|
||||||
}
|
}
|
||||||
|
|
||||||
// set DDOS protection (only for advanced security)
|
// set DDOS protection (only for advanced security)
|
||||||
if(PHP_DDOS_PROTECTION !== false) {
|
if(PHP_DDOS_PROTECTION !== false) {
|
||||||
loadHelper("php-sec-ddos.lnk");
|
loadHelper("sec-ddos.lnk");
|
||||||
}
|
}
|
||||||
|
|
||||||
// set Webshell detection (only for advanced security)
|
// set Webshell detection (only for advanced security)
|
||||||
if(PHP_WEBSHELL_DETECTION !== false) {
|
if(PHP_WEBSHELL_DETECTION !== false) {
|
||||||
loadHelper("php-sec-shell.lnk");
|
loadHelper("sec-ws.lnk");
|
||||||
}
|
}
|
||||||
|
|
||||||
// set Webshell detection (only for advanced security)
|
// set Webshell detection (only for advanced security)
|
||||||
if(PHP_SECURE_CONFIG_CHECK !== false) {
|
if(PHP_SECURE_CONFIG_CHECK !== false) {
|
||||||
loadHelper("php-sec-scc.lnk");
|
loadHelper("sec-scc.lnk");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user