mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
update antibot and default template
*add margin-top on some antibot files
*change method to post for javascript template
*remove -{-raw-} syntax on default
This commit is contained in:
parent
823c128233
commit
e7d61a67ce
5 changed files with 246 additions and 249 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -226,7 +226,7 @@
|
|||
<div class="mt-4 lds-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
|
||||
</div>
|
||||
{-raw-}
|
||||
<form class="hidden" action="{*antibot_uri*}" id="form">
|
||||
<form method="post" class="hidden" action="{*antibot_uri*}" id="form">
|
||||
<input type="hidden" name="challenge" id="challenge">
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,3 @@
|
|||
{-raw-}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
@ -261,4 +260,3 @@
|
|||
<!-- end content -->
|
||||
</body>
|
||||
</html>
|
||||
{-raw-}
|
||||
|
|
|
|||
Loading…
Reference in a new issue