1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-28 06:39:36 +00:00
youtube-dl/ip.php

4 lines
72 B
PHP
Raw Normal View History

2013-05-10 00:09:39 +00:00
<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];