Add reCAPTCHA addon for signup page

This commit is contained in:
Kijin Sung 2016-05-26 22:52:19 +09:00
parent e96ac0ba7a
commit bfc212cc09
6 changed files with 108 additions and 2 deletions

View file

@ -1301,7 +1301,7 @@ class ModuleHandler extends Handler
foreach($trigger_functions as $item)
{
$before_each_trigger_time = microtime(true);
$item($obj);
$output = $item($obj);
$after_each_trigger_time = microtime(true);
if ($trigger_name !== 'common.writeSlowlog')