diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-30 17:25:55 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-30 17:25:55 -0400 |
commit | 52c7ff9827aa815cda4d811fe76452e72ab3fe7f (patch) | |
tree | 3b998ceab50cefd1966aa31e59fe0a30ddebd3cf /lib/common.php | |
parent | 2a2992b102ebdbead08535d1a71fd9c60f979d89 (diff) |
start handling fancy URLs
darcs-hash:20080530212555-84dde-213c04b9cf9048f48bf0b0b4234bcdf49546d4d9.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
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', |