Add myip.php to extras

This commit is contained in:
Disassembler 2019-05-15 10:26:59 +02:00
parent 1824e05393
commit bc587252b4
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

2
_extra/myip.php Normal file
View File

@ -0,0 +1,2 @@
<?php
echo $_SERVER['REMOTE_ADDR'];