mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add reCAPTCHA addon for signup page
This commit is contained in:
parent
e96ac0ba7a
commit
bfc212cc09
6 changed files with 108 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue