OSDN Git Service

modified: viewer.php
authorSushi-k <epgrec@park.mda.or.jp>
Tue, 28 Jul 2009 05:45:55 +0000 (14:45 +0900)
committerSushi-k <epgrec@park.mda.or.jp>
Tue, 28 Jul 2009 05:45:55 +0000 (14:45 +0900)
viewer.php

index 2975b57..fa1f0fe 100755 (executable)
@@ -38,7 +38,7 @@ try{
        echo "<PARAM NAME = \"Encoding\" VALUE = \"UTF-8\" />";
        echo "<ENTRY>";
        echo "<REF HREF=\"".$settings->install_url."/sendstream.php?reserve_id=".$rrec->id ."\" />";
-       echo "<REF HREF=\"".$settings->install_url.SPOOL."/".$rrec->path ."\" />";
+       echo "<REF HREF=\"".$settings->install_url.$settings->spool."/".$rrec->path ."\" />";
        echo "<TITLE>".$title."</TITLE>";
        echo "<ABSTRACT>".$abstract."</ABSTRACT>";
        echo "<DURATION VALUE=";
@@ -49,4 +49,4 @@ try{
 catch(exception $e ) {
        exit( $e->getMessage() );
 }
-?>
\ No newline at end of file
+?>