]> git.defcon.no Git - plsgen/blobdiff - rss.php
Three new features, three bugfixes. Version 0.4 code.
[plsgen] / rss.php
diff --git a/rss.php b/rss.php
index 21cfa0c2f4cab6efcf661faaf93b6fa48546e225..c4af866c1ead97aa4986d33b6144ac19a7a1e895 100644 (file)
--- a/rss.php
+++ b/rss.php
@@ -1,9 +1,9 @@
 <?php 
 
-$site_url = "http://photos.defcon.no";
-$stream_title = "photos.defcon.no gallerystream";
-$stream_description = "The latest entries in the photo galleries at defcon.no";
-$contact_address = "jon.langseth@lilug.no";
+$site_url = "http://site.example.com";
+$stream_title = "example.com photogallerystream";
+$stream_description = "The latest entries in a photo";
+$contact_address = "someone@example.com";
 
 $maxcount = 50;