Merge pull request #17 from imrobinized/imrobinized-patch-1
Add PHP syntax highlighting
This commit is contained in:
commit
5a115b42f1
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ The code below defines a function that can be used to obtain a login url.
|
||||||
You will need to add/remove parameters depending on whether you have iprestriction or update/create user enabled and which mapping field you are using.
|
You will need to add/remove parameters depending on whether you have iprestriction or update/create user enabled and which mapping field you are using.
|
||||||
|
|
||||||
The required library curl.php can be obtained from https://github.com/dongsheng/cURL
|
The required library curl.php can be obtained from https://github.com/dongsheng/cURL
|
||||||
```
|
```php
|
||||||
/**
|
/**
|
||||||
* @param string $useremail Email address of user to create token for.
|
* @param string $useremail Email address of user to create token for.
|
||||||
* @param string $firstname First name of user (used to update/create user).
|
* @param string $firstname First name of user (used to update/create user).
|
||||||
|
|
Loading…
Reference in a new issue