From: Evan Prodromou Date: Thu, 19 Jun 2008 02:05:40 +0000 (-0400) Subject: config with path X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b35a915ea73e69f366c7021a6a5f8723bef3ad68;p=quix0rs-gnu-social.git config with path darcs-hash:20080619020540-84dde-a177b25086c88071bd9933b54ba3ab52951c90cd.gz --- diff --git a/config.php.sample b/config.php.sample index 011c6daf66..bfd1da8ce2 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