mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 01:36:23 +01:00 
			
		
		
		
	* Part 1 Removing closing tags when no HTML or other output comes after the last PHP codeblock. * Further removals * nothing --------- Co-authored-by: slawkens <slawkens@gmail.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			321 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			321 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * german language file
 | 
						|
 * main.php
 | 
						|
 *
 | 
						|
 * @author Slawkens <slawkens@gmail.com>
 | 
						|
 */
 | 
						|
$locale['name']     = 'Deutsch';
 | 
						|
$locale['lang']		= 'de';
 | 
						|
$locale['encoding'] = 'utf-8';
 | 
						|
$locale['direction']= 'ltr';
 | 
						|
 | 
						|
$locale['error404'] = 'Diese Seite konnte nicht gefunden werden.';
 | 
						|
$locale['news'] = 'Neuesten Nachrichten'; |