From 2f9bf1edec3a8659ef81f98554584ba5bfa3a85a Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 13 Oct 2006 21:24:42 +0000 Subject: [PATCH] New path --- neinomat-radio-chaotica | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neinomat-radio-chaotica b/neinomat-radio-chaotica index 8de3349..5492b01 100755 --- a/neinomat-radio-chaotica +++ b/neinomat-radio-chaotica @@ -11,6 +11,7 @@ require 'neinomat.lib.rb' # Constants RFC822 = "%a, %d %b %Y %T %z" # for Date::strftime +RSS_FILENAME = "/home/webroot/entropia.de/podcast.xml" require "#{$0}.templates.rb" #---------------------------------------------------------------------------- @@ -103,6 +104,6 @@ end rss = ERB.new(TPL_RSS).result; #puts rss #DEBUG -rssfile = File.new("/home/neingeist/public_html/chaotica.xml", "w") +rssfile = File.new(RSS_FILENAME, "w") rssfile.puts rss rssfile.close