mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 18:41:09 +03:00 
			
		
		
		
	git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@536 c66351dc-e62f-0410-b875-e3a5c0b9693f
		
			
				
	
	
		
			10 lines
		
	
	
		
			236 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			236 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 	require_once('auth.php');
 | |
| 	require('libs/menu.php');
 | |
| ?>
 | |
| 
 | |
| <p>This is a password protected area only accessible to members. </p>
 | |
| <p>This is also where you can get the current news, downloads, and more!</p>
 | |
| </body>
 | |
| </html>
 |