Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
| | |
| | | break; |
| | | case 'V6PREFIXLENGTH': |
| | | // find shortes ipv6 subnet can`t be longer |
| | | $sql_v6 = $app->db->queryOneRecord("SELECT ip_address FROM server_ip WHERE ip_type = 'IPv6' AND virtualhost = 'y' ORDER BY CHAR_LENGTH(ip_address) ASC LIMIT 0,1;"); |
| | | $sql_v6 = $app->db->queryOneRecord("SELECT ip_address FROM server_ip WHERE ip_type = 'IPv6' AND virtualhost = 'y' ORDER BY CHAR_LENGTH(ip_address) ASC LIMIT 0,1"); |
| | | $sql_v6_explode=explode(':',$sql_v6['ip_address']); |
| | | $explode_field_value = explode(':',$field_value); |
| | | if (count($sql_v6_explode) < count($explode_field_value) && isset($sql_v6['ip_address'])) { |
| | |
| | | $wb['backup_mode_txt'] = 'Backupmodus'; |
| | | $wb['backup_mode_userzip'] = 'Backup Dateien gehören dem Web Benutzer (.zip Datei)'; |
| | | $wb['backup_mode_rootgz'] = 'Backup aller Dateien des Webverzeichnisses als Root Benutzer'; |
| | | $wb['backup_time_txt'] = 'Backupzeit'; |
| | | $wb['firewall_txt'] = 'Firewall'; |
| | | $wb['mailbox_quota_stats_txt'] = 'E-Mailkonto Beschränkung Statistiken'; |
| | | $wb['enable_ip_wildcard_txt'] = 'IP Adressen Wildcard (*) aktivieren'; |
| | |
| | | $wb["backup_mode_txt"] = 'Backup mode'; |
| | | $wb["backup_mode_userzip"] = 'Backup web files owned by web user as zip'; |
| | | $wb["backup_mode_rootgz"] = 'Backup all files in web directory as root user'; |
| | | $wb["backup_time_txt"] = 'Backup time'; |
| | | $wb["server_type_txt"] = 'Server Type'; |
| | | $wb["nginx_vhost_conf_dir_txt"] = 'Nginx Vhost config dir'; |
| | | $wb["nginx_vhost_conf_enabled_dir_txt"] = 'Nginx Vhost config enabled dir'; |
| | |
| | | <tmpl_if name="list_desc_txt"><p><tmpl_var name="list_desc_txt"></p></tmpl_if> |
| | | |
| | | <div class="form-group"> |
| | | <div style="float:left;width:100%"> |
| | | <p class="label" style="width:270px">{tmpl_var name='use_domain_module_txt'}</p> |
| | | <div class="col-sm-9"> |
| | | <div class="col-sm-3 text-right"> |
| | | {tmpl_var name='use_domain_module'} |
| | | </div> |
| | | <div class="col-sm-9"> |
| | | <p><strong>{tmpl_var name='use_domain_module_txt'}</strong></p> |
| | | <p>{tmpl_var name='use_domain_module_hint'}</p> |
| | | </div> |
| | | <div style="float:left;width:500px;margin-top:20px">{tmpl_var name='use_domain_module_hint'}</div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label">{tmpl_var name='new_domain_txt'}</label> |
| | |
| | | |
| | | <tfoot> |
| | | <tr> |
| | | <td colspan="4"><tmpl_var name="paging"></td> |
| | | <td colspan="3"><tmpl_var name="paging"></td> |
| | | </tr> |
| | | </tfoot> |
| | | </table> |
| | |
| | | <div class='title'>{tmpl_var name='modules_title'}</div> |
| | | </div> |
| | | </div> |
| | | <a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a> |
| | | <a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>{tmpl_var name='go_to_txt'} {tmpl_var name='modules_title'}</a> |
| | | </li> |
| | | </tmpl_loop> |
| | | </ul> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Available Modules'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Налични Модули'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Módulos Disponíveis'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Modules disponibles'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Dostupné moduly'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Verfügbare Module'; |
| | | $wb['go_to_txt'] = 'Gehe zu'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Διαθέσιμα αρθρώματα'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = "Available Modules"; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Módulos disponibles'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Available Modules'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Modules disponibles'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Dostupni moduli'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Elérhető Modulok'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Modul yang tersedia'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Moduli disponibili'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Available Modules'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Beschikbare modules'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Dostępne moduły'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Available Modules'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Available Modules'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Доступные модули'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Tillgängliga moduler'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Available Modules'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Kullanılabilecek Modüller'; |
| | | $wb['go_to_txt'] = 'Go to'; |
| | | ?> |
| | |
| | | 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', |
| | | 'errmsg'=> 'name_error_empty'), |
| | | 1 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[a-zA-Z0-9\.\-]{1,255}$/', |
| | | 'regex' => '/^[a-zA-Z0-9\.\-\_]{1,255}$/', |
| | | 'errmsg'=> 'name_error_regex'), |
| | | ), |
| | | 'default' => '', |
| | |
| | | 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', |
| | | 'errmsg'=> 'mbox_error_empty'), |
| | | 1 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[a-zA-Z0-9\.\-\_]{0,255}\.$/', |
| | | 'regex' => '/^[a-zA-Z0-9\.\-\_\+]{0,255}\.$/', |
| | | 'errmsg'=> 'mbox_error_regex'), |
| | | ), |
| | | 'default' => '', |
| | |
| | | * Now we have to check, if we should use the domain-module to select the domain |
| | | * or not |
| | | */ |
| | | $settings = $app->getconf->get_global_config('domains'); |
| | | if ($settings['use_domain_module'] == 'y') { |
| | | /* |
| | | * The domain-module is in use. |