tbrehm
2012-04-16 9add999c5036b0e32acbac37001adbbbc62dfa3c
server/plugins-available/apache2_plugin.inc.php
@@ -288,6 +288,10 @@
         $app->log('Websites cannot be owned by the root user or group.',LOGLEVEL_WARN);
         return 0;
      }
      if(trim($data['new']['domain']) == '') {
         $app->log('domain is empty',LOGLEVEL_WARN);
         return 0;
      }
      
      // Create group and user, if not exist
      $app->uses('system');