diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 17:23:42 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 17:23:42 +0200 |
commit | 918d28ddced4ffb50d2ac3ab8500d16122a50a28 (patch) | |
tree | 392d2d512c3e34663a9be6726d5f74b793544fe5 /utils.php | |
parent | ba6d285f40477d7d284e28efdf94039e1fc9ee5f (diff) |
Revert last commit.
Diffstat (limited to 'utils.php')
-rw-r--r-- | utils.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -19,10 +19,6 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -if (!defined('LOOKING_GLASS01')) { - exit; -} - function match_ipv4($ip) { return filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4); } |