Skip to content

Commit 501a398

Browse files
authored
Merge pull request ambionics#191 from mir-hossein/type-description-update
Update FunctionCall.php: $type_description => "Function Call"
2 parents 638a999 + 0587e0a commit 501a398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PHPGGC/GadgetChain/RCE/FunctionCall.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
abstract class FunctionCall extends \PHPGGC\GadgetChain\RCE
1111
{
12-
public static $type_description = 'RCE: Command';
12+
public static $type_description = 'RCE: Function Call';
1313

1414
public static $parameters = [
1515
'function',
@@ -26,4 +26,4 @@ public function test_setup()
2626
];
2727
}
2828

29-
}
29+
}

0 commit comments

Comments
 (0)