Apply $wgReadOnly to all file backends
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 1 Oct 2015 23:19:05 +0000 (16:19 -0700)
committerBryanDavis <bdavis@wikimedia.org>
Sat, 3 Oct 2015 00:15:28 +0000 (00:15 +0000)
commit8a3816529a313d9ca11972b2c485d826545e1736
tree7d00cfbece5ce8b642ef51b8ff1b1cbe00e3509a
parent5f71df9a352e86f437727e4d09977f317379ef7e
Apply $wgReadOnly to all file backends

* Also added a wfConfiguredReadOnly() method
  to avoid DB_SLAVE connections

Change-Id: I9e7ec95c4b2f763505166d2345d27abaef6257a3
includes/GlobalFunctions.php
includes/filebackend/FileBackendGroup.php