commit | 5ad0cd56d8454436109057ff9f682348548bacbb | [log] [tgz] |
---|---|---|
author | Matheus Fillipe <matheusfillipeag@gmail.com> | Thu May 05 06:10:41 2022 +0300 |
committer | Matheus Fillipe <matheusfillipeag@gmail.com> | Thu May 05 06:10:41 2022 +0300 |
tree | 2a39e60721cb32ed50f97062ea84d67aa7d2b86a | |
parent | 3c3bf9e7a22190cf19c22fd1d204d91f4749f293 [diff] [blame] |
Post registration hook
diff --git a/index.php b/index.php index e1b57df..efe0040 100755 --- a/index.php +++ b/index.php
@@ -273,6 +273,7 @@ } redis_inc_ipdata(getClientIP(), "register"); echo $STRINGS->email_confirmation; + if (isset($POST_REGISTER_HOOK)) $POST_REGISTER_HOOK($user); include $TEMPLATE . "mail_confirmed.htm"; } else { echo $STRINGS->email_confirmation;