Revision: 2076
Author: olavmrk
Date: Tue Jan 5 06:30:30 2010
Log: docs: Remove reference to $path_extra from documentation.
http://code.google.com/p/simplesamlphp/source/detail?r=2076
Modified:
/trunk/docs/simplesamlphp-install.txt
=======================================
--- /trunk/docs/simplesamlphp-install.txt Tue Oct 20 06:02:35 2009
+++ /trunk/docs/simplesamlphp-install.txt Tue Jan 5 06:30:30 2010
@@ -296,12 +296,10 @@
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:
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.