Index: /trunk/doc/CHANGES.txt =================================================================== --- /trunk/doc/CHANGES.txt (リビジョン 58) +++ /trunk/doc/CHANGES.txt (リビジョン 59) @@ -1,3 +1,8 @@ foltia 更新履歴 http://www.dcc-jpl.com/soft/foltia/ + +07.7.10 +showplaylist.php: +view_syabas.php: + パッチ適用:チケット #4 Syabas(Mediawiz,LinkPlayer,etc...)での再生対応パッチ http://www.dcc-jpl.com/foltia/ticket/4 07.6.6 Index: /trunk/install/php/showplaylist.php =================================================================== --- /trunk/install/php/showplaylist.php (リビジョン 32) +++ /trunk/install/php/showplaylist.php (リビジョン 59) @@ -28,4 +28,7 @@ -
-$fName
"; +
"; +if (ereg("syabas",$useragent)){ +print "$fName"; +} +else{ +print "$fName
"; +} if ($tid > 0){ print"$title Index: /trunk/install/php/view_syabas.php =================================================================== --- /trunk/install/php/view_syabas.php (リビジョン 59) +++ /trunk/install/php/view_syabas.php (リビジョン 59) @@ -0,0 +1,86 @@ +|0|0|http://servername/foltia/tv/filename.m2p| + +参考URL +http://www.geocities.co.jp/SiliconValley-Cupertino/2647/tec.html + +*/ + +include("./foltialib.php"); + +$pid = getgetform(pid); + +if ($pid == "") { + exit; +} + +?> + + + + + +