PHP Classes

File: api/WarningTools.php

Recommend this page to a friend!
  Classes of Ki Shing Yeung   WRASA Security Alarm   api/WarningTools.php   Download  
File: api/WarningTools.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WRASA Security Alarm
Detect and prevent robots that crawl sites
Author: By
Last change: Update WarningTools.php
Date: 7 years ago
Size: 707 bytes
 

Contents

Class file image Download
<?php
/**
 * Warning Tools
 *
 * This is designed for Warning.php use only.
 *
 * @package WRASA
 * @author WRASA Dev Team
 * @copyright Copyright (c) 2016 - 2017, Cloud Design Limited (http://www.cloud-design.hk/)
 * @license http://opensource.org/licenses/MIT MIT License
 * @link http://wrasa.codage.tech
 * @version 1.0.1
 * @filesource
 */

/* Include Files */
require_once dirname(__DIR__).'/core/Config.php';
require_once
dirname(__DIR__).'/core/libraries/BrowserDetection.php';
require_once
dirname(__DIR__).'/core/libraries/WrasaFunc.php';
require_once
dirname(__DIR__).'/core/libraries/WrasaCore.php';

/* New Wrasa Object */
$wscsa = new WrasaCore;
$wscsa->warning_tools($config, $lang);