diff --git a/fetchdescription.php b/fetchdescription.php index 8093d71..3dc3efd 100644 --- a/fetchdescription.php +++ b/fetchdescription.php @@ -1,12 +1,14 @@ + * Copyright (c) 2007, 2008 Jan Dittberner * 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"])); } -?> \ No newline at end of file +?>