This commit is contained in:
Ismo Vuorinen
2010-09-29 20:34:09 +03:00
parent 6f8e84a981
commit 766b0c8c80
2 changed files with 19 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
<?php
header('Content-Type: text/html; charset=utf-8');
header('Content-Type: text/calendar; charset=utf-8');
date_default_timezone_set('Europe/Helsinki');
require_once("simple_html_dom.php");
require_once("bassofeed.php");
echo "<pre>";
#echo "<pre>";
$basso_alas = new BassoFeed('alas');
echo $basso_alas->get_ical();