Remove the is_numeric on format_phone.

This commit is contained in:
markjcrane
2015-09-15 21:53:14 -06:00
parent 9eba74f645
commit a7915f6dd9
2 changed files with 12 additions and 9 deletions
+5
View File
@@ -87,6 +87,11 @@ else {
}
}
//redirect the user
if (file_exists($_SERVER["DOCUMENT_ROOT"]."/app/domains/domains.php")) {
$href = '/app/domains/domains.php';
}
//includes
require_once "resources/header.php";
$document['title'] = $text['title-domains'];