16 lines
		
	
	
		
			289 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			289 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
	$defaultController = 'chooser';
 | 
						|
	$defaultAction = 'start';
 | 
						|
	$language = 'english';
 | 
						|
 | 
						|
	$controllerParameter = 'c';
 | 
						|
	$actionParameter = 'a';
 | 
						|
	
 | 
						|
	$development = true;
 | 
						|
	$logErrors = true;
 | 
						|
	$urlParameters = true;	
 | 
						|
	$sessionDatabase = false;
 | 
						|
 | 
						|
	$libraries = array();
 | 
						|
	$helpers = array();	
 | 
						|
?>
 |