From 1a3120ea216de5fe601af431071edd7f066db607 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 5 Jan 2010 14:30:30 +0000
Subject: [PATCH] docs: Remove reference to $path_extra from documentation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2076 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-install.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/simplesamlphp-install.txt b/docs/simplesamlphp-install.txt
index 32d03ac71..e065ccf43 100644
--- a/docs/simplesamlphp-install.txt
+++ b/docs/simplesamlphp-install.txt
@@ -296,12 +296,10 @@ Now, we need to make a few configuration changes. First, let's edit
 Change the two lines from:
 
     require_once(dirname(dirname(__FILE__)) . '/lib/_autoload.php');
-    $path_extra = dirname(dirname(__FILE__)) . '/lib';
 
 to something like:
 
     require_once('/home/andreas/simplesamlphp/lib/_autoload.php');
-    $path_extra = '/home/andreas/simplesamlphp/lib';
 
 And then at the end of the file, you need to change another line
 from:
-- 
GitLab