source: extensions/AMetaData/amd_version.inc.php @ 7519

Last change on this file since 7519 was 7519, checked in by grum, 13 years ago

Exploit the JpegMetadata class previous evolution
feature:1975, feature:1976, feature:1978

File size: 675 bytes
Line 
1<?php
2/*
3 * -----------------------------------------------------------------------------
4 * Plugin Name: Advanced MetaData
5 * -----------------------------------------------------------------------------
6 * Author     : Grum
7 *   email    : grum@piwigo.org
8 *   website  : http://photos.grum.fr
9 *   PWG user : http://forum.piwigo.org/profile.php?id=3706
10 *
11 *   << May the Little SpaceFrog be with you ! >>
12 *
13 * -----------------------------------------------------------------------------
14 *
15 */
16
17  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
18
19  define('AMD_VERSION',  '0.5.3');
20  define('AMD_VERSION2', '00.05.03');
21  define('AMD_GPC_NEEDED', '3.2.0');
22?>
Note: See TracBrowser for help on using the repository browser.