]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
config with path
authorEvan Prodromou <evan@prodromou.name>
Thu, 19 Jun 2008 02:05:40 +0000 (22:05 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 19 Jun 2008 02:05:40 +0000 (22:05 -0400)
darcs-hash:20080619020540-84dde-a177b25086c88071bd9933b54ba3ab52951c90cd.gz

config.php.sample

index 011c6daf6691b6b111f7ff35004f377a8e88137a..bfd1da8ce2bb623354093dc14460aebef2dead36 100644 (file)
@@ -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