ypot
This commit is contained in:
parent
0215ceeecd
commit
1377d13055
|
@ -261,8 +261,8 @@ class Register extends BaseModule
|
||||||
|
|
||||||
$a->internalRedirect('register/');
|
$a->internalRedirect('register/');
|
||||||
}
|
}
|
||||||
// Is there text in the tar pid?
|
// Is there text in the tar pit?
|
||||||
if (!empty($_POST('registeertarpid'))) {
|
if (!empty($_POST('registertarpit'))) {
|
||||||
\notice(L10n::t('You have entered too much information.'));
|
\notice(L10n::t('You have entered too much information.'));
|
||||||
$a->internalRedirect('register/');
|
$a->internalRedirect('register/');
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
{{if $permonly}}
|
{{if $permonly}}
|
||||||
{{include file="field_textarea.tpl" field=$permonlybox}}
|
{{include file="field_textarea.tpl" field=$permonlybox}}
|
||||||
<input type="input" id="registertarpid" style="display: none;" placeholder="Don't enter anything here" />
|
<input type="input" id="registertarpit" style="display: none;" placeholder="Don't enter anything here" />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{$publish nofilter}}
|
{{$publish nofilter}}
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
{{if $permonly}}
|
{{if $permonly}}
|
||||||
{{include file="field_textarea.tpl" field=$permonlybox}}
|
{{include file="field_textarea.tpl" field=$permonlybox}}
|
||||||
<input type="input" id="registertarpid" style="display: none;" placeholder="Don't enter anything here"/>
|
<input type="input" id="registertarpit" style="display: none;" placeholder="Don't enter anything here"/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{$publish nofilter}}
|
{{$publish nofilter}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user