We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd87ea commit fde3c38Copy full SHA for fde3c38
README.md
@@ -13,7 +13,7 @@ A simple auth system with integrated hwd check designed to be fast and friendly
13
## Installation
14
15
- 1.Put auth.php inside your webroot where xenforo is located.
16
-- 2.Create a new config.json in /var/config/
+- 2.Create a new config.json in /var/config/ (Or change easily the path in auth.php)
17
```json
18
{
19
"SQL_HOST": "localhost",
@@ -63,7 +63,7 @@ Use the examples i made or read down below how to make a request.
63
| `password`| `string` | **Required** |
64
| `hwid` | `string` | **Required** |
65
66
-
+Send in `application/x-www-form-urlencoded` format.
67
68
69
## C# Example
0 commit comments