add interface for security vendors
This commit is contained in:
parent
4e21f29e83
commit
f9ffa3b60d
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
echo "sec-ddos is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
echo "sec-fw is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
echo "sec-scc is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
echo "sec-ws is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
|
2
helper/securitytool.lnk.php
Normal file
2
helper/securitytool.lnk.php
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?php
|
||||
echo "SecurityTool is available only to user who own the security vendor code. please check our project site. https://github.com/gnh1201/reasonableframework";
|
|
@ -14,7 +14,7 @@ define("_DEF_RSF_", true); // compatible to RSF
|
|||
define("APP_DEVELOPMENT", false); // set the status of development
|
||||
define("DOC_EOL", "\r\n"); // set the 'end of line' commonly
|
||||
define("CORS_DOMAINS", false); // common security: allow origin domains
|
||||
define("SECURITY_VENDOR", false); // advanced security: set third-party security vendor code
|
||||
define("SECURITY_VENDOR", false); // advanced security: set security vendor(company) code
|
||||
|
||||
// check if current status is development
|
||||
if(APP_DEVELOPMENT == true) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user