Inizializzazione
This commit is contained in:
12
jquery/jquery-validation-1.9.0/demo/captcha/newsession.php
Normal file
12
jquery/jquery-validation-1.9.0/demo/captcha/newsession.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// Include the random string file
|
||||
require 'rand.php';
|
||||
|
||||
// Begin a new session
|
||||
session_start();
|
||||
|
||||
// Set the session contents
|
||||
$_SESSION['captcha_id'] = $str;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user