DIR : /home/kozerus/public_html/go/eidogo/backend/fetch.php

/home/kozerus/public_html/go/eidogo/backend

<?php

$url = $_GET['url'];
$content = file_get_contents($url);
if (strlen($content) > 30000) {
    // ~30 KB limit
    exit;
}
echo $content;

?>
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer