update copyright, addresses #2
This commit is contained in:
		
							parent
							
								
									a9beffb204
								
							
						
					
					
						commit
						7205e42801
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -1,12 +1,14 @@ | |||
| <?php | ||||
| /** | ||||
|  * Holt die Bildinformationen zu einem Bild aus der Datei | ||||
|  * content/bilder/imginfo.txt und gibt diese zurueck. | ||||
|  * bilder/imginfo.txt und gibt diese zurueck. | ||||
|  * | ||||
|  * Copyright (c) 2007 Jan Dittberner <jan@dittberner.info> | ||||
|  * Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info> | ||||
|  * Jan Dittberner IT-Consulting & -Solutions, | ||||
|  * Cottbuser Str. 1, D-01129 Dresden | ||||
|  * All rights reserved. | ||||
|  * | ||||
|  * Version: $Id$ | ||||
|  */ | ||||
| $infofile = "bilder/imginfo.txt"; | ||||
| $prefix = "bilder/"; | ||||
|  | @ -36,4 +38,4 @@ if (isset($_GET["imagename"])) { | |||
|   header("Content-Type: text/plain; charset=UTF-8"); | ||||
|   print json_encode(getImgInfo($_GET["imagename"])); | ||||
| } | ||||
| ?>
 | ||||
| ?>
 | ||||
|  |  | |||
		Reference in a new issue