grundlegende Copyrightinformationen (addresses #2)
This commit is contained in:
parent
7205e42801
commit
c4eb5ac5fa
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2008 Jan Dittberner, Jeremias Arnstadt
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
include_once("fetchdescription.php");
|
include_once("fetchdescription.php");
|
||||||
$imginfo = getImgInfo($allfiles[0]);
|
$imginfo = getImgInfo($allfiles[0]);
|
||||||
if (is_array($imginfo) && isset($imginfo["data"])) {
|
if (is_array($imginfo) && isset($imginfo["data"])) {
|
||||||
|
|
Reference in a new issue