From d929dd31d1d7c1a7a59de0d67ab24dc78c903953 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 10 May 2013 02:09:39 +0200 Subject: [PATCH] IP check --- .htaccess | 2 ++ ip.php | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .htaccess create mode 100644 ip.php diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..b1dd42786 --- /dev/null +++ b/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine On +RewriteRule ^ip/?$ ip.php diff --git a/ip.php b/ip.php new file mode 100644 index 000000000..46b186613 --- /dev/null +++ b/ip.php @@ -0,0 +1,3 @@ +