add interface for security vendors

This commit is contained in:
Namhyeon Go 2019-06-17 15:30:05 +09:00
parent 4e21f29e83
commit f9ffa3b60d
6 changed files with 3 additions and 9 deletions

View File

@ -1,2 +0,0 @@
<?php
echo "sec-ddos is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";

View File

@ -1,2 +0,0 @@
<?php
echo "sec-fw is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";

View File

@ -1,2 +0,0 @@
<?php
echo "sec-scc is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";

View File

@ -1,2 +0,0 @@
<?php
echo "sec-ws is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";

View 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";

View File

@ -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) {