phpmyadmin/libraries/cleanup.lib.php
Michal Čihař 89bea5fff1 Move request cleanup to Sanitize class and add tests
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-29 13:48:17 +02:00

8 lines
122 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions for cleanup of user input.
*
* @package PhpMyAdmin
*/