specials: Avoid the use of global variables in Special:Version
authorDerick Alangi <alangiderick@gmail.com>
Tue, 29 Jan 2019 17:40:58 +0000 (18:40 +0100)
committerReedy <reedy@wikimedia.org>
Wed, 24 Apr 2019 16:20:09 +0000 (17:20 +0100)
commit2ffeb5238ebafabf80385f301686e3a91c64ecfd
tree1cc22a4f607434cbf165a7b2e9abdf01444cd7b5
parentb6e3d8df08516906287015c6d826f36d47d85fe2
specials: Avoid the use of global variables in Special:Version

We're moving away from globals to Config this patch attempts to
clean off some globals whose values can be nicely gotten via the
use of Config.

Bug: T72638
Change-Id: I25516873c215b74cdd425d023e877e5cdc3d6149
includes/specials/SpecialVersion.php