Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.

Commit d9bc30b

Browse files
committed
Updated README.md
1 parent db81229 commit d9bc30b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Idea based on Andrés Orencio Ramírez Pérez project on Mediawiki (http://www.m
1212
- Create folder called **CategorieAccessRestriction** in your extension folder
1313
- Copy all files in yout **CategorieAccessRestriction** folder
1414

15+
### General
1516
- Now edit LocalSettings.php and add the following lines
1617
```php
1718
require_once("$IP/extensions/CategorieAccessRestriction/CategorieAccessRestriction.php");
@@ -23,5 +24,5 @@ $wgCARPattern = '//';
2324
```
2425

2526
## Usage
26-
The **$wgCARPattern** is a RegEx pattern which matches the categories on a pages, and these matches are needed to the user to access the page, otherwise he will get a ACCESS DENIED.
27-
For example to match all groups starting with **CAR_**: **'/CAR_/'** the pattern is case sensitive.
27+
The *$wgCARPattern* is a RegEx pattern which matches the categories on a pages, and these matches are needed to the user to access the page, otherwise he will get a ACCESS DENIED.
28+
For example to match all groups starting with *CAR_*: *'/CAR_/'* the pattern is case sensitive.

0 commit comments

Comments
 (0)