Skip to content

Commit

Permalink
fix variabel voucher_redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnux committed Jul 6, 2024
1 parent 92386ff commit c316015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui/app-settings.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<label class="col-md-2 control-label">Redirect after Activation</label>
<div class="col-md-6">
<input type="text" class="form-control" id="voucher_redirect" name="voucher_redirect"
placeholder="https://192.168.88.1/status" value="{$voucher_redirect}">
placeholder="https://192.168.88.1/status" value="{$_c['voucher_redirect']}">
</div>
<p class="help-block col-md-4">
{Lang::T('After Customer activate voucher or login, customer will be redirected to this
Expand Down

0 comments on commit c316015

Please sign in to comment.