first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
session_start();
|
||||
define('ROOT_PATH', dirname(__FILE__));
|
||||
require '../includes/ValidateCode.class.php';
|
||||
$_vc = new ValidateCode();
|
||||
$_vc->doimg();
|
||||
$_SESSION['vc_code'] = $_vc->getCode();
|
||||
?>
|
||||
Reference in New Issue
Block a user