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