From 52c7ff9827aa815cda4d811fe76452e72ab3fe7f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 30 May 2008 17:25:55 -0400 Subject: start handling fancy URLs darcs-hash:20080530212555-84dde-213c04b9cf9048f48bf0b0b4234bcdf49546d4d9.gz --- lib/common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index 6ff40ab5f..19b0e4b64 100644 --- a/lib/common.php +++ b/lib/common.php @@ -36,7 +36,8 @@ $config = array('site' => array('name' => 'Just another Laconica microblog', 'server' => 'localhost', - 'path' => '/'), + 'path' => '/', + 'fancy' => false), 'tag' => array('authority' => 'INVALID TAG', 'date' => 'PUT A DATE HERE', -- cgit v1.2.3-54-g00ecf