[dw-free] redirect m.dreamwidth.org to dreamwidth.org/mobile
[commit: http://hg.dwscoalition.org/dw-free/rev/3407797b6f9f]
http://bugs.dwscoalition.org/show_bug.cgi?id=2922
add m.dreamwidth.org redirect to example config
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2922
add m.dreamwidth.org redirect to example config
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- etc/config.pl
-------------------------------------------------------------------------------- diff -r aa2828c94203 -r 3407797b6f9f etc/config.pl --- a/etc/config.pl Mon Feb 21 18:30:24 2011 +0800 +++ b/etc/config.pl Mon Feb 21 18:32:39 2011 +0800 @@ -54,7 +54,8 @@ syndicated => 'journal', cssproxy => 'cssproxy', shop => 'shop', - mobile => 'mobile', + mobile => 'mobile', + m => 'mobile', support => 'support', ); --------------------------------------------------------------------------------