Skip to content

Commit fde3c38

Browse files
committed
Update README.md
1 parent fcd87ea commit fde3c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A simple auth system with integrated hwd check designed to be fast and friendly
1313
## Installation
1414

1515
- 1.Put auth.php inside your webroot where xenforo is located.
16-
- 2.Create a new config.json in /var/config/
16+
- 2.Create a new config.json in /var/config/ (Or change easily the path in auth.php)
1717
```json
1818
{
1919
"SQL_HOST": "localhost",
@@ -63,7 +63,7 @@ Use the examples i made or read down below how to make a request.
6363
| `password`| `string` | **Required** |
6464
| `hwid` | `string` | **Required** |
6565

66-
66+
Send in `application/x-www-form-urlencoded` format.
6767

6868

6969
## C# Example

0 commit comments

Comments
 (0)