summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-18 22:05:40 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-18 22:05:40 -0400
commitb35a915ea73e69f366c7021a6a5f8723bef3ad68 (patch)
treeb14272ee823e91d55d99658fd31d18134ec3e864
parentaa20c952afc5a8b09b97d3a8fd900df4f0dd2898 (diff)
config with path
darcs-hash:20080619020540-84dde-a177b25086c88071bd9933b54ba3ab52951c90cd.gz
-rw-r--r--config.php.sample6
1 files changed, 6 insertions, 0 deletions
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