Upload new file
This commit is contained in:
parent
a745d8d088
commit
b990ade119
19
editcaptcha/class.editcaptcha.php
Normal file
19
editcaptcha/class.editcaptcha.php
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?
|
||||||
|
/**
|
||||||
|
* @autor Repellent
|
||||||
|
* @package AVE.cms
|
||||||
|
* @subpackage editcaptcha
|
||||||
|
* @filesource
|
||||||
|
*/
|
||||||
|
class ModuleEditcaptcha
|
||||||
|
{
|
||||||
|
var $tpl_dir;
|
||||||
|
function editCaptcha ()
|
||||||
|
{
|
||||||
|
global $AVE_Template;
|
||||||
|
$imports = "ASD";
|
||||||
|
$AVE_Template->assign('captchas',$captcha);
|
||||||
|
$AVE_Template->assign('content', $AVE_Template->fetch($this->tpl_dir . 'editcaptcha.tpl'));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user