mirror of
https://github.com/ivuorinen/BassoFeed.git
synced 2026-01-26 11:34:01 +00:00
Forgot to commit, sorry
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
date_default_timezone_set('Europe/Helsinki');
|
||||
|
||||
echo "<pre>";
|
||||
require_once("simple_html_dom.php");
|
||||
require_once("bassofeed.php");
|
||||
|
||||
// http://simplehtmldom.sourceforge.net/manual.htm
|
||||
require_once("simple_html_dom.php");
|
||||
|
||||
echo "<pre>";
|
||||
$basso_alas = new BassoFeed('alas');
|
||||
#print_r($basso_alas);
|
||||
echo $basso_alas->get_ical();
|
||||
|
||||
Reference in New Issue
Block a user