[SPIP] v3.2.7-->v3.2.9
[lhc/web/www.git] / www / plugins-dist / medias / metadata / swf.php
1 <?php
2
3 /***************************************************************************\
4 * SPIP, Systeme de publication pour l'internet *
5 * *
6 * Copyright (c) 2001-2020 *
7 * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James *
8 * *
9 * Ce programme est un logiciel libre distribue sous licence GNU/GPL. *
10 * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. *
11 \***************************************************************************/
12
13 if (!defined('_ECRIRE_INC_VERSION')) {
14 return;
15 }
16
17 function metadata_swf_dist($file) {
18 $metadata = charger_fonction('image', 'metadata');
19
20 return $metadata($file);
21 }