Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/lib/plugins/sites_web_vhost_subdomain_plugin.inc.php
@@ -6,6 +6,7 @@
 * @author Julio Montoya <gugli100@gmail.com> BeezNest 2010
 */
 
class sites_web_vhost_subdomain_plugin {
   var $plugin_name        = 'sites_web_vhost_subdomain_plugin';
@@ -63,4 +64,5 @@
      $sql = "UPDATE web_domain SET sys_groupid = ".$app->functions->intval($parent_domain['sys_groupid']).",system_user = '$system_user', system_group = '$system_group', document_root = '$document_root', allow_override = '$htaccess_allow_override', php_open_basedir = '$php_open_basedir'  WHERE domain_id = ".$page_form->id;
      $app->db->query($sql);
   }
}