Skip to content

Commit bc57eb4

Browse files
authored
improve README
1 parent fa9d55a commit bc57eb4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# KeyAuth-PHP-Example
2-
PHP Example For https://keyauth.cc Authentication System
2+
PHP example for the https://keyauth.cc authentication system.
33

44
## **Video Tutorial:**
55

@@ -125,7 +125,7 @@ for ($i = 0; $i < count($subscriptions); $i++) {
125125

126126
## **Check subscription name of user**
127127

128-
If you want to wall off parts of your app to only certain users, you can have multiple subscriptions with different names. Then, when you create licenses that correspond to the level of that subscription, users who use those licenses will get a subscription with the name of the subscription that corresponds to the level of the license key they used. The `SubExist` function is in the `Program.cs` file
128+
If you want to wall off parts of your app to only certain users, you can have multiple subscriptions with different names. Then, when you create licenses that correspond to the level of that subscription, users who use those licenses will get a subscription with the name of the subscription that corresponds to the level of the license key they used.
129129

130130
```php
131131
if(findSubscription("default", $_SESSION["user_data"]["subscriptions"])) {
@@ -165,7 +165,7 @@ echo "Variable Data: " . $var;
165165

166166
## **Application Logs**
167167

168-
Can be used to log data. Good for anti-debug alerts and maybe error debugging. If you set Discord webhook in the app settings of the Dashboard, it will send log messages to your Discord webhook rather than store them on site. It's recommended that you set Discord webhook, as logs on site may be deleted after a couple months of their creation.
168+
Can be used to log data. Good for anti-debug alerts and maybe error debugging. If you set Discord webhook in the app settings of the Dashboard, it will send log messages to your Discord webhook rather than store them on site. It's recommended that you set Discord webhook, as logs on site are deleted 1 month after being sent.
169169

170170
You can use the log function before login & after login.
171171

0 commit comments

Comments
 (0)