Removed calendar proxies and lync pictures - no longer required.

This commit is contained in:
Jason Williams 2018-08-02 10:03:33 -06:00
parent 91ed2a5964
commit 95e1e98c6f
4 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header('Content-type: text/calendar; charset=utf-8');
header('Content-Disposition: inline; filename=calendar.ics');
echo file_get_contents('https://www.google.com/calendar/ical/j.williams%40n2sh.com/private-28b3d5b1c600c54976b99416877bc3e0/basic.ics');
?>

View File

@ -1,9 +0,0 @@
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header('Content-type: text/calendar; charset=utf-8');
header('Content-Disposition: inline; filename=calendar.ics');
echo file_get_contents('https://storage.jnf.me/__wcproxy.php');
?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB