チェンジセット 24
- コミット日時:
- 2006/12/18 18:16:20 (18 年前)
- ファイル:
-
- trunk/doc/CHANGES.txt (更新) (1 diff)
- trunk/install/php/folcast.php (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/doc/CHANGES.txt
r23 r24 5 5 サブタイトルへのリンク追加。 6 6 ページタイトルに番組名表示。 7 folcast.php: 8 出力にContent-Disposition:ヘッダ追加 7 9 8 10 06.12.14 trunk/install/php/folcast.php
r8 r24 20 20 21 21 header('Content-Type: application/rss+xml'); 22 22 header('Content-Disposition: attachment; filename="folcast.xml"'); 23 23 24 24 include("./foltialib.php");