ftimme
2013-02-12 4ccdf7b9c1783e2b80000af92ba73c1bcf7cac01
server/plugins-available/shelluser_base_plugin.inc.php
@@ -204,8 +204,7 @@
            // We delete only non jailkit users, jailkit users will be deleted by the jailkit plugin.
            if ($data['old']['chroot'] != "jailkit") {
               $command = 'userdel -f';
               $command .= ' '.escapeshellcmd($data['old']['username']);
               $command .= ' '.escapeshellcmd($data['old']['username']).' &> /dev/null';
               exec($command);
               $app->log("Deleted shelluser: ".$data['old']['username'],LOGLEVEL_DEBUG);
            }