mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-07-14 15:37:37 -07:00
6 lines
84 B
PHP
6 lines
84 B
PHP
|
|
<?php
|
||
|
|
include "functions/gzip.php";
|
||
|
|
$url = $_GET["url"];
|
||
|
|
echo get_url($url);
|
||
|
|
?>
|