Extension:FilterAccess
Appearance
Please help expand this page. |
Release status: unknown |
|
|---|---|
| Author(s) | Josef Martiňák |
| Latest version | 1.1 |
| MediaWiki | >= 1.29.0 |
| Licence | MIT License |
| Download | GitHub:
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
FilterAccessin 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.
