Added document_root_www field to the web_domain table. This field contains the symlink path to the website.
1 files modified
1 files added
New file |
| | |
| | | ALTER TABLE `web_domain` ADD `document_root_www` VARCHAR( 255 ) NULL AFTER `document_root`; |
| | |
| | | `parent_domain_id` int(11) unsigned NOT NULL default '0', |
| | | `vhost_type` varchar(32) default NULL, |
| | | `document_root` varchar(255) default NULL, |
| | | `document_root_www` varchar(255) default NULL, |
| | | `system_user` varchar(255) default NULL, |
| | | `system_group` varchar(255) default NULL, |
| | | `hd_quota` bigint(20) NOT NULL default '0', |