Skip to content
Snippets Groups Projects
Commit 1a3120ea authored by Olav Morken's avatar Olav Morken
Browse files

docs: Remove reference to $path_extra from documentation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2076 44740490-163a-0410-bde0-09ae8108e29a
parent ccb0e42d
No related branches found
No related tags found
No related merge requests found
...@@ -296,12 +296,10 @@ Now, we need to make a few configuration changes. First, let's edit ...@@ -296,12 +296,10 @@ Now, we need to make a few configuration changes. First, let's edit
Change the two lines from: Change the two lines from:
require_once(dirname(dirname(__FILE__)) . '/lib/_autoload.php'); require_once(dirname(dirname(__FILE__)) . '/lib/_autoload.php');
$path_extra = dirname(dirname(__FILE__)) . '/lib';
to something like: to something like:
require_once('/home/andreas/simplesamlphp/lib/_autoload.php'); 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 And then at the end of the file, you need to change another line
from: from:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment