PHP Classes

File: tests/captcha.php

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP AIO Security Class   tests/captcha.php   Download  
File: tests/captcha.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP AIO Security Class
Filter untrusted data to prevent security issues
Author: By
Last change: Update of tests/captcha.php
Date: 3 years ago
Size: 129 bytes
 

Contents

Class file image Download
<?php

require_once '../src/Security.php';
use
marcocesarato\security\Security;

Security::secureSession();
Security::captcha();