1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-01-07 21:57:54 +01:00
youtube-dl/ip.php

4 lines
72 B
PHP
Raw Permalink Normal View History

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