From c6119c771d8fdc4f4794e03afd9a4f84b5cdbebe Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 23 Jul 2015 17:59:59 +0200 Subject: Rework hostname parameter check. Rename FQDN to hostname which seems more appropriate. Refactor match_fqdn / match_hostname function to use a more accurate way of checking a potential hostname. --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 30cae37..3c13478 100644 --- a/index.php +++ b/index.php @@ -65,8 +65,8 @@ final class LookingGlass { print(''); print(''); print(''); - print(''); - print(''); + print(''); + print(''); print(''); print(''); } -- cgit v1.2.3