Update security.php

This commit is contained in:
Namhyeon Go 2020-02-04 19:14:51 +09:00 committed by GitHub
parent 040d3f83b8
commit fbe181e23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
<?php <?php
/** /**
* @file security.php * @file security.php
* @date 2018-05-27 * @created_on 2018-05-27
* @updated [last commit date] * @updated_on 2020-02-04
* @author Go Namhyeon <gnh1201@gmail.com> * @author Go Namhyeon <gnh1201@gmail.com>
* @brief Security module for ReasonableFramework * @brief Security module for ReasonableFramework
* @sponsor https://patreon.com/catswords (Check this link if you want use the advanced security) * @sponsor https://patreon.com/catswords (with advanced security)
*/ */
if(!check_function_exists("check_token_abuse")) { if(!check_function_exists("check_token_abuse")) {