Subversion-Projekte lars-tiefland.faltradxxs.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
<?php
2
 
3
// Include the random string file
4
require 'rand.php';
5
 
6
// Begin a new session
7
session_start();
8
 
9
// Set the session contents
10
$_SESSION['captcha_id'] = $str;
11
 
12
?>