Cleared upload_data , commented out "gallery" feature, commented out jabber from...
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / rssparse.php
index 1ebb4dbda2ae353b6f49c18b28d50e2dc53c8644..7af7df0240e4f8543b8d12a08ad96e342a7ea9b6 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-error_reporting(0);
 // include lastRSS library
 include './lastRSS.php';
 
@@ -11,6 +10,7 @@ $rss->cache_dir = './cache';
 $rss->cache_time = 3600; // one hour
 
 // load some RSS file
+// XXX
 if ($rs = $rss->get('http://h-k.sk/scripts/google2rss.php?num=15&q=smallpox')) {
 
 print_r($rs);
This page took 0.088697 seconds and 4 git commands to generate.