2016-03-24 17:19:32 +01:00

6 lines
84 B
PHP

<?php
include "functions/gzip.php";
$url = $_GET["url"];
echo get_url($url);
?>