# ---- Start of Recommended Mediawiki settings ---- # Enable file uploads $wgEnableUploads = true; # Enable file links $wgUrlProtocols[] = 'file:///'; # Set default time zone for anonymous and new users # Instead of "Europe/Berlin" choose your own time zone from here: # https://en.wikipedia.org/wiki/List_of_zoneinfo_time_zones $wgLocalTZoffset = date("Z") / 60; $wgDefaultUserOptions['timecorrection'] = 'ZoneInfo|' . (date("I") ? 120 : 60) . '|Europe/Berlin'; $wgLocaltimezone = 'Europe/Berlin'; date_default_timezone_set($wgLocaltimezone); # Search all namespaces $wgDefaultUserOptions['searcheverything'] = 1; # Enable subpages in main namespace $wgNamespacesWithSubpages[NS_MAIN] = true; # Open external links in new window $wgExternalLinkTarget = '_blank'; # ---- End of Recommended Mediawiki settings ----