server/plugins-available/shelluser_base_plugin.inc.php | ●●●●● patch | view | raw | blame | history | |
server/plugins-available/shelluser_jailkit_plugin.inc.php | patch | view | raw | blame | history |
server/plugins-available/shelluser_base_plugin.inc.php
@@ -148,7 +148,7 @@ // Get the UID of the user $userid = intval($app->system->getuid($data['old']['username'])); if($userid > $this->min_uid) { $command = 'userdel -f -r'; $command = 'userdel -f'; $command .= ' '.escapeshellcmd($data['old']['username']); exec($command); server/plugins-available/shelluser_jailkit_plugin.inc.php