Skip to content

rodolfomatos/teatime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

teatime

Adaptation of xWAF - Web Application Firewall to be used with composer.

Sample Usage

composer require rodolfomatos/teatime:dev-master

Including this project in Mautic

just add in app/autoload.php after:

$loader = require __DIR__.'/../vendor/autoload.php';

the following:

// Web Application Firewall
use rodolfomatos\teatime\cup;
$waf = new cup();
$waf->html_headers();
$waf->start();
//Done, Protection enabled.

Other requisites

  • www-data write access to /var/log/teatime.log
  • 418.php available in html document root

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages