mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 21:00:12 +01:00
gui fixes
This commit is contained in:
parent
325d821a40
commit
a32d3b7c8a
@ -56,7 +56,7 @@ class ControllerDomainRemove extends Controller {
|
|||||||
$this->error['admin'] = $this->data['text_you_are_not_admin'];
|
$this->error['admin'] = $this->data['text_you_are_not_admin'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isset($this->request->get['name']) || strlen($this->request->get['name']) < 3 || ($this->request->get['name'] != "local" && !preg_match('/^[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,5})$/', $this->request->get['name'])) ) {
|
if(!isset($this->request->get['name']) || strlen($this->request->get['name']) < 3 || ($this->request->get['name'] != "local" && !preg_match('/^[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,10})$/', $this->request->get['name'])) ) {
|
||||||
$this->error['domain'] = $this->data['text_invalid_data'];
|
$this->error['domain'] = $this->data['text_invalid_data'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ class ControllerMessageBulkrestore extends Controller {
|
|||||||
$rcpt[0] = $email;
|
$rcpt[0] = $email;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$rcpt = $this->model_search_search->get_message_recipients($id);
|
$rcpt[0] = $session->get("email");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user