Added calendars, lync (skype for business) pictures and signature files from stuff.
This commit is contained in:
parent
3f777458b8
commit
91ed2a5964
@ -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://www.google.com/calendar/ical/j.williams%40n2sh.com/private-28b3d5b1c600c54976b99416877bc3e0/basic.ics');
|
||||||
|
?>
|
@ -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');
|
||||||
|
?>
|
BIN
www/lyncpic/flo.jpg
Normal file
BIN
www/lyncpic/flo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
www/lyncpic/lyncpic.jpg
Normal file
BIN
www/lyncpic/lyncpic.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
www/signature/jason.png
Normal file
BIN
www/signature/jason.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
www/signature/jasonwilliams.png
Normal file
BIN
www/signature/jasonwilliams.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in New Issue
Block a user