diff options
author | zach <zach@controlyourself.ca> | 2008-08-21 23:41:57 -0400 |
---|---|---|
committer | zach <zach@controlyourself.ca> | 2008-08-21 23:41:57 -0400 |
commit | a90b556e214aca4023898a811a86e1a6864f68a9 (patch) | |
tree | 11cea911573d6c25d0bc38874a1d12e7c63f64e7 /htaccess.sample | |
parent | 87305c10229e0aefb880af215cc70c22283a7e71 (diff) |
Twitter integration - Oh look, a Twitter settings tab.
darcs-hash:20080822034157-462f3-398e2ba92d9c38520ea6518c3ff614b41f3cc7ec.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index 364c35b07..d45b119d1 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -45,6 +45,7 @@ RewriteRule ^settings/openid$ index.php?action=openidsettings [L,QSA] RewriteRule ^settings/im$ index.php?action=imsettings [L,QSA] RewriteRule ^settings/email$ index.php?action=emailsettings [L,QSA] RewriteRule ^settings/sms$ index.php?action=smssettings [L,QSA] +RewriteRule ^settings/twitter$ index.php?action=twittersettings [L,QSA] RewriteRule ^search/people$ index.php?action=peoplesearch [L,QSA] RewriteRule ^search/notice$ index.php?action=noticesearch [L,QSA] |