mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			268 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			268 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| $db_server		= "localhost";
 | |
| $db_username	= "root";
 | |
| $db_password	= "";
 | |
| $db_database	= "ffxiv_server";
 | |
| 
 | |
| $recaptcha_publickey = "";
 | |
| $recaptcha_privatekey = "";
 | |
| 
 | |
| if(!defined('FFXIV_SESSION_LENGTH')) define('FFXIV_SESSION_LENGTH', 24);		//Session length in hours
 | |
| 
 | |
| ?>
 |