mirror of
https://github.com/MagicMirrorOrg/MagicMirror.git
synced 2026-04-21 03:00:52 -04:00
6 lines
84 B
PHP
6 lines
84 B
PHP
<?php
|
|
include "functions/gzip.php";
|
|
$url = $_GET["url"];
|
|
echo get_url($url);
|
|
?>
|