mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Create calendar.php
This commit is contained in:
5
controllers/calendar.php
Normal file
5
controllers/calendar.php
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
include "functions/gzip.php";
|
||||||
|
$url = $_GET["url"];
|
||||||
|
echo get_url($url);
|
||||||
|
?>
|
Reference in New Issue
Block a user