mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
6 lines
84 B
PHP
6 lines
84 B
PHP
<?php
|
|
include "functions/gzip.php";
|
|
$url = $_GET["url"];
|
|
echo get_url($url);
|
|
?>
|