tbrehm
2009-02-12 a3e2d2089abfe14a5564c565b15fdd5c8b73e3d2
server/plugins-available/shelluser_base_plugin.inc.php
@@ -141,7 +141,7 @@
         // Get the UID of the user
         $userid = intval($app->system->getuid($data['old']['username']));
         if($userid > $this->min_uid) {
            $command = 'userdel';
            $command = 'userdel --force';
            $command .= ' '.escapeshellcmd($data['old']['username']);
         
            exec($command);