mirror of
				https://github.com/3lswear/webserv.git
				synced 2025-10-31 14:26:37 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			404 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			404 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| 
 | |
|     phpinfo();
 | |
|         // echo ("Content-type:text/html\r\n\r\n");
 | |
|         // echo ("<html>\n");
 | |
|         // echo ("<head>\n");
 | |
|         // echo ("<title>Hello World - First CGI Program</title>\n");
 | |
|         // echo ("</head>\n");
 | |
|         // echo ("<body>\n");
 | |
|         // echo ("<h2>Hello World! This is my first CGI program</h2>\n");
 | |
|         // echo ("</body>\n");
 | |
|         // echo ("</html>\n");
 | |
| ?>
 |