From fd023db3502a0f158c324eef1a0257135593e313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20TERROT?= Date: Thu, 31 Dec 2020 18:12:17 +0100 Subject: [PATCH] fix #1 : le principal --- index.php | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..3384255 --- /dev/null +++ b/index.php @@ -0,0 +1,61 @@ + + + +Current IP Check + + + +'; +//echo 'Your IP address (using get_client_ip_env function) is ' . get_client_ip_env() . '
'; +echo 'Current IP Address: ' . get_client_ip_server(); +?> + +