interface/lib/plugins/sites_web_domain_plugin.inc.php
@@ -5,6 +5,7 @@ * @author Julio Montoya <gugli100@gmail.com> BeezNest 2010 */ class sites_web_domain_plugin { var $plugin_name = 'sites_web_domain_plugin'; @@ -89,4 +90,5 @@ $sql = "UPDATE web_domain SET 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); } }