1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 04:52:51 +08:00

Fixed parsing

This commit is contained in:
Merco 2017-12-04 08:48:10 -08:00 committed by GitHub
parent d2e9088ee4
commit a432006c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
ip.php
View File

@ -1,3 +1,4 @@
<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];
?>