Update ip.php

This commit is contained in:
Usama Abdul Sattar 2018-06-07 14:52:12 +05:00 committed by GitHub
parent f2a27e1f80
commit 8d40e4223b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,3 @@ $fp = fopen($file, 'a');
fwrite($fp, $ipaddress); fwrite($fp, $ipaddress);
fclose($fp); fclose($fp);
?>