linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file securitycode.php

Documentation is available at securitycode.php

  1. <?php
  2. /**
  3.  * generating a code-image
  4.  * to confirm actions or prevent spam
  5.  * @package linea21.core
  6.  * @subpackage admin
  7.  * @author linea21 <info@linea21.com>
  8.  * @version $id SVN
  9.  * @access public
  10.  * @license http://opensource.org/licenses/gpl-3.0.html
  11.  */
  12.  
  13.  
  14. include_once("../class/system/class.codimage.php");
  15. $authnew codimage;
  16. $_SESSION['securityaction']=md5($auth->TEXT);
  17. $auth->output();
  18.  
  19. ?>

Documentation generated on Thu, 20 Mar 2014 16:49:29 +0100 by phpDocumentor 1.4.1