Skip to content

Commit a2e5873

Browse files
committed
Merge branch 'master' of github.com:ambionics/phpggc
2 parents aff8c7a + 501a398 commit a2e5873

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)