plugins/SpecialUserFuncs.php
changeset 472 bc4b58034f4d
parent 459 31c23016ab62
child 504 bc8e0e9ee01d
equal deleted inserted replaced
471:7906fb190fc1 472:bc4b58034f4d
  1437   if ( !$q )
  1437   if ( !$q )
  1438     $db->_die();
  1438     $db->_die();
  1439   
  1439   
  1440   require ( ENANO_ROOT.'/includes/captcha.php' );
  1440   require ( ENANO_ROOT.'/includes/captcha.php' );
  1441   $captcha = captcha_object($hash, 'freecap');
  1441   $captcha = captcha_object($hash, 'freecap');
  1442   $captcha->debug = true;
  1442   // $captcha->debug = true;
  1443   $captcha->make_image();
  1443   $captcha->make_image();
  1444   
  1444   
  1445   exit;
  1445   exit;
  1446 }
  1446 }
  1447 
  1447