mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Update exec.php
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user