IP check
This commit is contained in:
parent
49698bfaa3
commit
d929dd31d1
2 changed files with 5 additions and 0 deletions
3
ip.php
Normal file
3
ip.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
header('Content-Type: text/plain');
|
||||
echo $_SERVER['REMOTE_ADDR'];
|
Loading…
Add table
Add a link
Reference in a new issue