This commit is contained in:
Collin 2024-03-14 14:42:56 +00:00
parent 5c47db7ca8
commit 9ff74beb0e
3 changed files with 6 additions and 6 deletions

View File

@ -102,8 +102,8 @@ Adds a permission to a user.
### `eval(function)` ### `eval(function)`
Runs the function (must be a string of PHP code) </br> Runs the function (must be a string of PHP code) <br/>
Example: "if($abc === 1234) return 'wtf';" Example: "if($abc === 1234) return 'wtf';" <br/>
Response: {"success": true, "response": "wtf", "process": processID} Response: {"success": true, "response": "wtf", "process": processID}
## License ## License

View File

@ -103,8 +103,8 @@ Executes the function
### `eval(function)` ### `eval(function)`
Runs the function (must be a string of PHP code) </br> Runs the function (must be a string of PHP code) <br/>
Example: "if($abc === 1234) return 'wtf';" Example: "if($abc === 1234) return 'wtf';" <br/>
Response: {"success": true, "response": "wtf", "process": processID} Response: {"success": true, "response": "wtf", "process": processID}
## License ## License

View File

@ -107,8 +107,8 @@ Executes the function
### `eval(func)` ### `eval(func)`
Runs the function (must be a string of PHP code) Runs the function (must be a string of PHP code) <br/>
Example: "if ($abc == 1234) return 'wtf';" Example: "if ($abc == 1234) return 'wtf';" <br/>
Response: {"success": True, "response": "wtf", "process": processID} Response: {"success": True, "response": "wtf", "process": processID}
## License ## License