librefm-commits
[Top][All Lists]
Advanced

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

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


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

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

Modified Paths:
--------------
    branches/stable/nixtape/auth.php

Modified: branches/stable/nixtape/auth.php
===================================================================
--- branches/stable/nixtape/auth.php    2009-05-23 21:27:10 UTC (rev 1752)
+++ branches/stable/nixtape/auth.php    2009-05-23 21:33:03 UTC (rev 1753)
@@ -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]