MagicMirror/controllers/calendar.php

6 lines
84 B
PHP
Raw Normal View History

2016-01-07 15:26:07 -05:00
<?php
include "functions/gzip.php";
$url = $_GET["url"];
echo get_url($url);
?>