Skip to content

Commit 0587e0a

Browse files
authored
Update FunctionCall.php: $type_description => "Function Call"
1 parent 638a999 commit 0587e0a

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)