Skip to content

Commit

Permalink
Merge pull request #7 from samwilson/patch-1
Browse files Browse the repository at this point in the history
Fix quotes
  • Loading branch information
Hutchy68 authored Jun 6, 2017
2 parents af469e2 + 22d3703 commit 2b87cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adds a Purge `&action=purge` link tab of regular articles to your MediaWiki Skin

Download and upload the zip file to `/extensions` and extract. Rename directory folder `/Purge-#-#-#` to `/Purge` and add the following to `LocalSettings.php` to enable this extension.

`require_once ('$IP/extensions/Purge/Purge.php');`
`require_once "$IP/extensions/Purge/Purge.php";`

Control the ability by user group to purge content. eg `['*']` would allow anyone, `['user']` allows only users or `['sysop']` would only allow sysops.

Expand Down

0 comments on commit 2b87cd2

Please sign in to comment.