| | |
| | | `suexec` enum('n','y') NOT NULL default 'y',
|
| | | `errordocs` tinyint(1) NOT NULL default '1',
|
| | | `is_subdomainwww` tinyint(1) NOT NULL default '1',
|
| | | `subdomain` enum('none','www','*') NOT NULL default 'www',
|
| | | `subdomain` enum('none','www','*') NOT NULL default 'none',
|
| | | `php` varchar(32) NOT NULL default 'y',
|
| | | `redirect_type` varchar(255) default NULL,
|
| | | `redirect_path` varchar(255) default NULL,
|
| | |
| | | $wb['error_ssl_country_empty'] = 'SSL Country is empty.'; |
| | | $wb["client_group_id_txt"] = 'Client'; |
| | | $wb["stats_password_txt"] = 'Webstatistics password'; |
| | | |
| | | ?> |
| | |
| | | $wb["domain_error_empty"] = 'Domain is empty.'; |
| | | $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.'; |
| | | $wb["domain_error_regex"] = 'Domain name invalid.'; |
| | | $wb["host_txt"] = 'Host';
|
| | | ?> |
| | |
| | | <div class="pnl_formsarea">
|
| | | <fieldset class="inlineLabels">
|
| | | <div class="ctrlHolder">
|
| | | <label for="domain">{tmpl_var name='domain_txt'}</label>
|
| | | <input name="domain" id="domain" value="{tmpl_var name='domain'}" size="30" maxlength="255" type="text" class="textInput" />
|
| | | <label for="domain">{tmpl_var name='host_txt'}</label>
|
| | | <input name="domain" id="domain" value="{tmpl_var name='domain'}" size="30" maxlength="255" type="text" class="textInput formLengthHalf" />
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | | <label for="parent_domain_id">{tmpl_var name='domain_txt'}</label>
|
| | | <select id="parent_domain_id" name="parent_domain_id" class="selectInput formLengthHalf">{tmpl_var name='parent_domain_id'}</select>
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | | <label for="redirect_type">{tmpl_var name='redirect_type_txt'}</label>
|