librefm-commits
[Top][All Lists]
Advanced

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

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


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

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

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

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

Modified: trunk/gnukebox/submissions/1.2/handshake.php
===================================================================
--- trunk/gnukebox/submissions/1.2/handshake.php        2009-05-23 21:33:30 UTC 
(rev 1754)
+++ trunk/gnukebox/submissions/1.2/handshake.php        2009-05-23 21:36:39 UTC 
(rev 1755)
@@ -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]