linea21-core
[
class tree: linea21-core
] [
index: linea21-core
] [
all elements
]
changeLog
Readme.fr.txt
Packages:
linea21-core
linea21-externals
linea21-languages
linea21-modules
linea21-utils
Source for file securitycode.php
Documentation is available at
securitycode.php
<?php
/**
* generating a code-image
* to confirm actions or prevent spam
*
@package
linea21.core
*
@subpackage
admin
*
@author
linea21 <info@linea21.com>
*
@version
$id SVN
*
@access
public
*
@license
http://opensource.org/licenses/gpl-3.0.html
*/
session_start
(
)
;
include_once
(
"../class/system/class.codimage.php"
)
;
$auth
=
new
codimage
;
$_SESSION
[
'securityaction'
]
=
md5
(
$auth
->
TEXT
)
;
$auth
->
output
(
)
;
?>
Documentation generated on Sat, 08 Nov 2008 14:54:22 +0100 by
phpDocumentor 1.4.1