]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
do some commits
[quix0rs-gnu-social.git] / 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