docker-vulnerable-dvwa/dvwa/external/phpids/0.6/docs/examples/cakephp/intrusion.php
2016-12-02 17:19:11 -02:00

22 lines
653 B
PHP

<?php
/**
* PHP IDS
*
* Requirements: PHP5, SimpleXML
*
* Copyright (c) 2007 PHPIDS (http://php-ids.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the license.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
class Intrusion extends AppModel {
//nothing to do here - unless you want to
}