diff --git a/client/javascript.md b/client/javascript.md index 4088d54..afe255e 100644 --- a/client/javascript.md +++ b/client/javascript.md @@ -102,8 +102,8 @@ Adds a permission to a user. ### `eval(function)` -Runs the function (must be a string of PHP code)
-Example: "if($abc === 1234) return 'wtf';" +Runs the function (must be a string of PHP code)
+Example: "if($abc === 1234) return 'wtf';"
Response: {"success": true, "response": "wtf", "process": processID} ## License diff --git a/client/php.md b/client/php.md index 48c26c9..915735a 100644 --- a/client/php.md +++ b/client/php.md @@ -103,8 +103,8 @@ Executes the function ### `eval(function)` -Runs the function (must be a string of PHP code)
-Example: "if($abc === 1234) return 'wtf';" +Runs the function (must be a string of PHP code)
+Example: "if($abc === 1234) return 'wtf';"
Response: {"success": true, "response": "wtf", "process": processID} ## License diff --git a/client/python.md b/client/python.md index 29f272e..2831a8c 100644 --- a/client/python.md +++ b/client/python.md @@ -107,8 +107,8 @@ Executes the function ### `eval(func)` -Runs the function (must be a string of PHP code) -Example: "if ($abc == 1234) return 'wtf';" +Runs the function (must be a string of PHP code)
+Example: "if ($abc == 1234) return 'wtf';"
Response: {"success": True, "response": "wtf", "process": processID} ## License