Create webproxy.php
This commit is contained in:
parent
a8d94e7155
commit
4285e2f3d4
9
route/webproxy.php
Normal file
9
route/webproxy.php
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
loadHelper("webpagetool");
|
||||||
|
|
||||||
|
$url = get_requested_value("url");
|
||||||
|
|
||||||
|
if(!empty($url)) {
|
||||||
|
$response = get_web_page($url, "get.cache");
|
||||||
|
echo $response['content'];
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user