Update exec.php

This commit is contained in:
Nate
2019-09-07 11:33:39 -06:00
parent 480aee4dda
commit eab1a5179e
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'];