From 9ff74beb0e97fb7a41103da6a806d459eddca917 Mon Sep 17 00:00:00 2001 From: Collin Date: Thu, 14 Mar 2024 14:42:56 +0000 Subject: [PATCH] Fix --- client/javascript.md | 4 ++-- client/php.md | 4 ++-- client/python.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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