Added calendars, lync (skype for business) pictures and signature files from stuff.

This commit is contained in:
Jason Williams
2016-09-12 16:18:38 -06:00
parent 3f777458b8
commit 91ed2a5964
6 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?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');
?>