Skip to content

Commit 49d9d45

Browse files
committed
Readme update
1 parent 898b6fb commit 49d9d45

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
3131
Anywhere betwen the `head` tags.
3232
6. In: `includes/.htaccess` add:
3333
```
34-
<FilesMatch "paylike\.php$">
35-
<IfModule mod_authz_core.c>
36-
Require all granted
37-
</IfModule>
38-
<IfModule !mod_authz_core.c>
39-
Allow from all
40-
</IfModule>
34+
<FilesMatch "paylike.php">
35+
Allow from all
4136
</FilesMatch>
4237
```
4338
After the last line.

README_CE-Phoenix-2341-Frozen.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
3131
Anywhere betwen the `head` tags.
3232
6. In: `includes/.htaccess` add:
3333
```
34-
<FilesMatch "paylike\.php$">
35-
<IfModule mod_authz_core.c>
36-
Require all granted
37-
</IfModule>
38-
<IfModule !mod_authz_core.c>
39-
Allow from all
40-
</IfModule>
34+
<FilesMatch "paylike.php">
35+
Allow from all
4136
</FilesMatch>
37+
4238
```
4339
After the last line.
4440
7. In: `admin/modules.php`

README_Phoenix.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
3131
Anywhere betwen the `head` tags.
3232
6. In: `includes/.htaccess` add:
3333
```
34-
<FilesMatch "paylike\.php$">
35-
<IfModule mod_authz_core.c>
36-
Require all granted
37-
</IfModule>
38-
<IfModule !mod_authz_core.c>
39-
Allow from all
40-
</IfModule>
34+
<FilesMatch "paylike.php">
35+
Allow from all
4136
</FilesMatch>
37+
4238
```
4339
After the last line.
4440
7. Install the Paylike module from modules -> payment in the admin

0 commit comments

Comments
 (0)