mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-08 08:48:08 +02:00
Restore IP.php & create IPTITLE.php.
This commit is contained in:
parent
41ccd50dd4
commit
4f9c4cafd2
9
IP.php
Normal file
9
IP.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
header("Content-Type: text/plain; charset=utf-8");
|
||||
|
||||
$IP = $_SERVER['REMOTE_ADDR'];
|
||||
|
||||
echo "$IP";
|
||||
|
||||
?>
|
9
IPTITLE.php
Normal file
9
IPTITLE.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
header("Content-Type: text/plain; charset=utf-8");
|
||||
|
||||
$IP = $_SERVER['REMOTE_ADDR'];
|
||||
|
||||
echo "<title>$IP</title>";
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user