Extension:FilterAccess
Appearance
Please expand this page. |
FilterAccess Release status: unknown |
|
---|---|
Author(s) | Josef Martiňák |
Latest version | 1.1 |
MediaWiki | >= 1.29.0 |
License | MIT License |
Download | Bitbucket: Note: |
The FilterAccess extension restricts access to a wiki based on the geolocation of a user's IP address.
Installation
[edit]- Download and place the file(s) in a directory called
FilterAccess
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'FilterAccess' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.