is this thing on
This commit is contained in:
parent
9ba92d832e
commit
b7f58a1421
|
@ -6,6 +6,7 @@ class sc_audio{
|
||||||
|
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
|
|
||||||
|
include "../data/config.php";
|
||||||
include "../lib/curlproxy.php";
|
include "../lib/curlproxy.php";
|
||||||
$this->proxy = new proxy();
|
$this->proxy = new proxy();
|
||||||
|
|
||||||
|
|
|
@ -203,7 +203,7 @@ class bot_protection{
|
||||||
'<form method="POST" enctype="text/plain" autocomplete="off">' .
|
'<form method="POST" enctype="text/plain" autocomplete="off">' .
|
||||||
'<div class="captcha-wrapper">' .
|
'<div class="captcha-wrapper">' .
|
||||||
'<div class="captcha">' .
|
'<div class="captcha">' .
|
||||||
'<img src="captcha.php?v=' . $key . '" alt="Captcha image">' .
|
'<img src="captcha?v=' . $key . '" alt="Captcha image">' .
|
||||||
'<div class="captcha-controls">' .
|
'<div class="captcha-controls">' .
|
||||||
'<input type="checkbox" name="c[0]" id="c0">' .
|
'<input type="checkbox" name="c[0]" id="c0">' .
|
||||||
'<label for="c0"></label>' .
|
'<label for="c0"></label>' .
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Took {%timetaken%}
|
{%timetaken%}
|
||||||
<div id="images">
|
<div id="images">
|
||||||
{%images%}
|
{%images%}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue