Update exec.php

This commit is contained in:
Nate
2019-09-07 11:33:39 -06:00
parent 3af4fd50ac
commit 890e312a77
2 changed files with 15 additions and 5 deletions

View File

@@ -220,7 +220,7 @@
<?php
//gnerate the captcha image
//generate the captcha image
$_SESSION['captcha'] = generate_password(7, 2);
$captcha = new captcha;
$captcha->code = $_SESSION['captcha'];