Signed-off-by: Roland Häder <roland@mxchange.org>
the notices in the Source Code files of the Original Code. You should
use the text of this Exhibit A rather than the text found in the
Original Code Source Code for Your Modifications.]
-
* License for the specific language governing rights and limitations
* under the License.
*/
-include "settings.php";
-include trap_core_path."core.inc.php";
+include 'settings.php';
+include trap_core_path.'core.inc.php';
add_blacklist($_SERVER['REMOTE_ADDR'], $_SERVER['REQUEST_METHOD'], $_SERVER['REQUEST_URI'], $_SERVER['SERVER_PROTOCOL'], $_SERVER['HTTP_REFERRER'], $_SERVER['HTTP_USER_AGENT']);
header('Location: forbid.php');
exit;