* @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(); ?>