From b35a915ea73e69f366c7021a6a5f8723bef3ad68 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 22:05:40 -0400 Subject: config with path darcs-hash:20080619020540-84dde-a177b25086c88071bd9933b54ba3ab52951c90cd.gz --- config.php.sample | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 011c6daf6..bfd1da8ce 100644 --- a/config.php.sample +++ b/config.php.sample @@ -3,6 +3,12 @@ if (!defined('LACONICA')) { exit(1); } +#If you have downloaded libraries in random little places, you +#can add the paths here + +#$extra_path = array("/opt/php-openid-2.0.1", "/usr/local/share/php"); +#set_include_path(implode(PATH_SEPARATOR, $extra_path) . PATH_SEPARATOR . get_include_path()); + # We get called by common.php, $config is a tree with lots of config # options # These are for configuring your URLs -- cgit v1.2.3-54-g00ecf