mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
mediawiki: Use a mobile-friendly skin by default
- Timeless is a mobile-friendly skin. - This is a cheaper solution for FreedomBox as compared hosting a separate mobile website like the WikiMedia sites do Fixes #1732 Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> [sunil: Remove unneeded upgrade to app version number] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
e5d2adb2e2
commit
890d45bd64
@ -35,3 +35,6 @@ $wgSVGConverter = 'ImageMagick';
|
||||
|
||||
# Fix issue with session cache preventing logins, #1736
|
||||
$wgSessionCacheType = CACHE_DB;
|
||||
|
||||
# Use the mobile-friendly skin Timeless by default
|
||||
$wgDefaultSkin = "timeless";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user