librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1756] temp-utils includes


From: Clint Adams
Subject: [Librefm-commits] [1756] temp-utils includes
Date: Sat, 23 May 2009 21:36:55 +0000

Revision: 1756
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1756
Author:   clint
Date:     2009-05-23 21:36:55 +0000 (Sat, 23 May 2009)
Log Message:
-----------
temp-utils includes

Modified Paths:
--------------
    branches/stable/gnukebox/submissions/1.1/handshake.php
    branches/stable/gnukebox/submissions/1.2/handshake.php

Modified: branches/stable/gnukebox/submissions/1.1/handshake.php
===================================================================
--- branches/stable/gnukebox/submissions/1.1/handshake.php      2009-05-23 
21:36:39 UTC (rev 1755)
+++ branches/stable/gnukebox/submissions/1.1/handshake.php      2009-05-23 
21:36:55 UTC (rev 1756)
@@ -26,6 +26,7 @@
 
 require_once('auth-utils.php');
 require_once('config.php');
+require_once('temp-utils.php');
 
 $supported_protocols = array("1.1");
 

Modified: branches/stable/gnukebox/submissions/1.2/handshake.php
===================================================================
--- branches/stable/gnukebox/submissions/1.2/handshake.php      2009-05-23 
21:36:39 UTC (rev 1755)
+++ branches/stable/gnukebox/submissions/1.2/handshake.php      2009-05-23 
21:36:55 UTC (rev 1756)
@@ -22,6 +22,7 @@
 
 require_once('auth-utils.php');
 require_once('config.php');
+require_once('temp-utils.php');
 
 $supported_protocols = array("1.2", "1.2.1");
 





reply via email to

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