Merge "Revert "Restore search box tabindex""
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index e011d4a..796e0c0 100644 (file)
@@ -7074,6 +7074,14 @@ $wgCompiledFiles = array();
  */
 $wgPagePropsHaveSortkey = true;
 
+/**
+ * Port where you have HTTPS running
+ * Supports HTTPS on non-standard ports
+ * @see bug 65184
+ * @since 1.24
+ */
+$wgHttpsPort = 443;
+
 /**
  * For really cool vim folding this needs to be at the end:
  * vim: foldmarker=@{,@} foldmethod=marker