librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1615] send text/plain header for nowplaying


From: Clint Adams
Subject: [Librefm-commits] [1615] send text/plain header for nowplaying
Date: Fri, 15 May 2009 02:40:51 +0000

Revision: 1615
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1615
Author:   clint
Date:     2009-05-15 02:40:50 +0000 (Fri, 15 May 2009)
Log Message:
-----------
send text/plain header for nowplaying

Modified Paths:
--------------
    trunk/gnukebox/nowplaying/1.2/index.php

Modified: trunk/gnukebox/nowplaying/1.2/index.php
===================================================================
--- trunk/gnukebox/nowplaying/1.2/index.php     2009-05-14 22:50:21 UTC (rev 
1614)
+++ trunk/gnukebox/nowplaying/1.2/index.php     2009-05-15 02:40:50 UTC (rev 
1615)
@@ -22,6 +22,8 @@
 require_once('../../scrobble-utils.php');
 require_once('../../auth-utils.php');
 
+header("Content-Type: text/plain");
+
 if(!isset($_POST['s']) || !isset($_POST['a']) || !isset($_POST['t'])) {
        die("FAILED Required POST parameters are not set\n");
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]