diff options
Diffstat (limited to 'templates/register.tpl')
| -rw-r--r-- | templates/register.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.tpl b/templates/register.tpl index 13b724c..ca2ac82 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -1,6 +1,6 @@ {strip} -{form class="col-md-6 col-xs-12 form-horizontal" action="`$smarty.const.USERS_PKG_URL`register.php" enctype="multipart/form-data" legend="Register as a new user" secure=$gBitSystem->isFeatureActive("site_https_login_required")} +{form class="col-md-6 col-xs-12 form-horizontal" action="`$smarty.const.USERS_PKG_URL`hauth_register.php" enctype="multipart/form-data" legend="Register as a new user" secure=$gBitSystem->isFeatureActive("site_https_login_required")} {foreach from=$reg.CUSTOM ?? [] item='custom' key='custom_name'} <input type="hidden" name="CUSTOM[{$custom_name}]" value="{$custom}"/> {/foreach} |
