We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98fadd commit 8078c0bCopy full SHA for 8078c0b
README.md
@@ -8,12 +8,12 @@ Usage
8
9
See the example files, but typical useage takes the form of:
10
11
-##load class
+load class
12
$cpuapi = new cpaneluapi();
13
14
-##Set the scope to the module we want to use. in this case, Mysql
+Set the scope to the module we want to use. in this case, Mysql
15
$cpuapi->scope = 'Mysql';
16
17
-##call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
+call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
18
$cpuapi->get_restrictions();
19
0 commit comments