librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1754] try a better relative path


From: Clint Adams
Subject: [Librefm-commits] [1754] try a better relative path
Date: Sat, 23 May 2009 21:33:30 +0000

Revision: 1754
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1754
Author:   clint
Date:     2009-05-23 21:33:30 +0000 (Sat, 23 May 2009)
Log Message:
-----------
try a better relative path

Modified Paths:
--------------
    trunk/nixtape/auth.php

Modified: trunk/nixtape/auth.php
===================================================================
--- trunk/nixtape/auth.php      2009-05-23 21:33:03 UTC (rev 1753)
+++ trunk/nixtape/auth.php      2009-05-23 21:33:30 UTC (rev 1754)
@@ -21,7 +21,7 @@
 
 require_once('database.php');
 require_once('data/User.php');
-require_once('../turtle/temp-utils.php'); // this is extremely dodgy and 
shameful
+require_once($install_path . '/../turtle/temp-utils.php'); // this is 
extremely dodgy and shameful
 
 session_start();
 if(isset($_COOKIE['session_id'])) {





reply via email to

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