Fixed several bugs (revisions 1783-1788 from stable branch).
| | |
| | | # ErrorLog /var/log/apache2/error.log |
| | | # CustomLog /var/log/apache2/access.log combined |
| | | ServerSignature Off |
| | | |
| | | <IfModule mod_security2.c> |
| | | SecRuleEngine Off |
| | | </IfModule> |
| | | |
| | | |
| | | </VirtualHost> |
| | | |
| | |
| | | } |
| | | if($skip == false && $line != '') $out .= $line ."\n"; |
| | | if($line == '### END FILTER_ID:'.$page_form->id) { |
| | | $out .= $this->mail_user_filter_get_rule($page_form); |
| | | if($page_form->dataRecord["active"] == 'y') $out .= $this->mail_user_filter_get_rule($page_form); |
| | | $skip = false; |
| | | } |
| | | } |
| | | |
| | | // We did not found our rule, so we add it now as first rule. |
| | | if($found == false) { |
| | | if($found == false && $page_form->dataRecord["active"] == 'y') { |
| | | $new_rule = $this->mail_user_filter_get_rule($page_form); |
| | | $out = $new_rule . $out; |
| | | } |
| | |
| | | $app->db->query($sql); |
| | | } |
| | | |
| | | // language changed |
| | | if(isset($this->dataRecord['language']) && $this->dataRecord['language'] != '' && $this->oldDataRecord['language'] != $this->dataRecord['language']) { |
| | | $language = $app->db->quote($this->dataRecord["language"]); |
| | | $client_id = $this->id; |
| | | $sql = "UPDATE sys_user SET language = '$language' WHERE client_id = $client_id"; |
| | | $app->db->query($sql); |
| | | } |
| | | |
| | | // reseller status changed |
| | | if(isset($this->dataRecord["limit_client"]) && $this->dataRecord["limit_client"] != $this->oldDataRecord["limit_client"]) { |
| | | $modules = ISPC_INTERFACE_MODULES_ENABLED; |
| | |
| | | $app->db->query($sql); |
| | | } |
| | | |
| | | // language changed |
| | | if(isset($this->dataRecord['language']) && $this->dataRecord['language'] != '' && $this->oldDataRecord['language'] != $this->dataRecord['language']) { |
| | | $language = $app->db->quote($this->dataRecord["language"]); |
| | | $client_id = $this->id; |
| | | $sql = "UPDATE sys_user SET language = '$language' WHERE client_id = $client_id"; |
| | | $app->db->query($sql); |
| | | } |
| | | |
| | | // reseller status changed |
| | | if(isset($this->dataRecord["limit_client"]) && $this->dataRecord["limit_client"] != $this->oldDataRecord["limit_client"]) { |
| | | $modules = ISPC_INTERFACE_MODULES_ENABLED.',client'; |
| | |
| | | <td class="tbl_col_country"><a href="#" onClick="loadContent('client/client_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="country"}</a></td> |
| | | <td class="tbl_col_buttons"> |
| | | <div class="buttons icons16" style="width:60px;"> |
| | | <a class="icons16 icoLoginAs" href="#" onclick="loadContent('admin/login_as.php?cid={tmpl_var name='id'}');"><span>{tmpl_var name='login_as_txt'}</span></a> |
| | | <tmpl_if name="is_admin"><a class="icons16 icoLoginAs" href="#" onclick="loadContent('admin/login_as.php?cid={tmpl_var name='id'}');"><span>{tmpl_var name='login_as_txt'}</span></a> </tmpl_if> |
| | | <a class="icons16 icoDelete" href="javascript: del_record('client/client_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"><span>{tmpl_var name='delete_txt'}</span></a> |
| | | </div> |
| | | </td> |
| | |
| | | `test -f /var/vmail/mailfilters/$HOST/$USER/.vacation.msg && exit 1 || exit 0` |
| | | `test -f {vmail_mailbox_base}/mailfilters/$HOST/$USER/.vacation.msg && exit 1 || exit 0` |
| | | if ($RETURNCODE==1) |
| | | { |
| | | { |