tbrehm
2009-03-10 9e41c341d482c7697232ced9d0b475715ebb76e5
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 --force';
            $command = 'userdel -f -r';
            $command .= ' '.escapeshellcmd($data['old']['username']);
         
            exec($command);