From 15af404ea2ad11f72e3e2bb61c5511b832f66de4 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Tue, 09 Jul 2013 11:29:02 -0400 Subject: [PATCH] - Changed: - added lost password button to login form - added back button to lost password form --- interface/lib/classes/remoting.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/lib/classes/remoting.inc.php b/interface/lib/classes/remoting.inc.php index 4e073d8..66ba90d 100644 --- a/interface/lib/classes/remoting.inc.php +++ b/interface/lib/classes/remoting.inc.php @@ -2137,7 +2137,7 @@ return false; } - if (preg_match('/^[a-z0-9][a-z0-9\-]+[a-z0-9](\.[a-z]{2,4})+$/i', $origin)) { + if(!preg_match('/^[a-z0-9][a-z0-9\-]+[a-z0-9](\.[a-z]{2,4})+$/i', $origin)){ $this->server->fault('no_domain_found', 'Invalid domain name.'); return false; } -- Gitblit v1.9.1