Last change
on this file since 8666 was
7560,
checked in by grum, 14 years ago
|
fix bug:1487 - LMT image not displayed with IE8
implement feature:1689 - Add possibility to search picture by licence
|
File size:
681 bytes
|
Rev | Line | |
---|
[5548] | 1 | <?php |
---|
| 2 | /* ----------------------------------------------------------------------------- |
---|
| 3 | Plugin : LMT |
---|
| 4 | Author : Grum |
---|
| 5 | email : grum@grum.fr |
---|
| 6 | website : http://photos.grum.fr |
---|
| 7 | PWG user : http://forum.piwigo.org/profile.php?id=3706 |
---|
| 8 | |
---|
| 9 | << May the Little SpaceFrog be with you ! >> |
---|
| 10 | ------------------------------------------------------------------------------ |
---|
| 11 | See main.inc.php for release information |
---|
| 12 | |
---|
| 13 | --------------------------------------------------------------------------- */ |
---|
| 14 | |
---|
| 15 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
| 16 | |
---|
[7560] | 17 | define('LMT_VERSION', '1.3.0'); |
---|
| 18 | define('LMT_VERSION2', '01.03.00'); |
---|
| 19 | define('LMT_GPC_NEEDED', '3.3.3'); |
---|
[5548] | 20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.