mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 07:26:53 +00:00
Display debug headers in captcha page
This commit is contained in:
parent
34571050f9
commit
701ea934a6
@ -150,6 +150,7 @@ class FacebookBridge extends BridgeAbstract {
|
|||||||
<p><img src="data:image/png;base64,{$img}" /></p>
|
<p><img src="data:image/png;base64,{$img}" /></p>
|
||||||
<p><b>Response:</b> <input name="captcha_response" placeholder="please fill in" />
|
<p><b>Response:</b> <input name="captcha_response" placeholder="please fill in" />
|
||||||
<input type="submit" value="Submit!" /></p>
|
<input type="submit" value="Submit!" /></p>
|
||||||
|
<pre>{$res_header}</pre>
|
||||||
</form>
|
</form>
|
||||||
EOD;
|
EOD;
|
||||||
die($message);
|
die($message);
|
||||||
|
Loading…
Reference in New Issue
Block a user