Jnf.me/www/calendars/wc-PJFbu73nqOKZWoCJGDXonidytjON3t7Kwz63Ewis.php

9 lines
355 B
PHP

<?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');
?>