forked from leftypol/leftypol
integrated imgcaptcha with Tinyboard
This commit is contained in:
parent
549ecc200e
commit
f754fcaea1
4 changed files with 15 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
//}
|
||||
|
||||
function imgcaptcha_odswiezKapcze() {
|
||||
$.get("/inc/imgcaptcha_p.php", function(data) {
|
||||
$.get("/imgcaptcha_p.php", function(data) {
|
||||
$("#imgcaptcha_hash").val(data);
|
||||
$("#imgcaptcha_img").prop("src","/inc/imgcaptcha_im.php?cr=" + data);
|
||||
$("#imgcaptcha_img").prop("src","/imgcaptcha_im.php?cr=" + data);
|
||||
});
|
||||
}
|
||||
//function resetujKapcze() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue