mirror of
				https://github.com/mikaela/mikaela.github.io/
				synced 2025-11-02 15:47:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			107 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			107 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
header("Content-Type: text/plain; charset=utf-8");
 | 
						|
 | 
						|
$IP = $_SERVER['REMOTE_ADDR'];
 | 
						|
 | 
						|
echo "$IP";
 | 
						|
 | 
						|
?>
 |