initialer import von douth-hiphop.de's Entwicklungsstand
This commit is contained in:
commit
9805cf14de
54 changed files with 1237 additions and 0 deletions
9
funktionen/description.php
Normal file
9
funktionen/description.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
include_once("fetchdescription.php");
|
||||
$imginfo = getImgInfo($allfiles[0]);
|
||||
if (is_array($imginfo) && isset($imginfo["data"])) {
|
||||
print htmlentities($imginfo["data"]);
|
||||
} else {
|
||||
print $imginfo;
|
||||
}
|
||||
?>
|
Reference in a new issue