Last change
on this file since 20352 was
16458,
checked in by grum, 12 years ago
|
feature:2634- compatibility with Piwigo 2.4
Update URI + small changes
|
-
Property svn:executable set to
*
|
File size:
798 bytes
|
Rev | Line | |
---|
[15340] | 1 | <?php |
---|
| 2 | /* ----------------------------------------------------------------------------- |
---|
| 3 | Plugin : Grum Plugin Class |
---|
| 4 | Author : Grum |
---|
| 5 | email : grum@piwigo.org |
---|
[16458] | 6 | website : http://www.grum.fr |
---|
[15340] | 7 | |
---|
| 8 | << May the Little SpaceFrog be with you ! >> |
---|
| 9 | ------------------------------------------------------------------------------ |
---|
| 10 | See main.inc.php for release information |
---|
| 11 | |
---|
| 12 | --------------------------------------------------------------------------- */ |
---|
| 13 | |
---|
| 14 | if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); } |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | global $prefixeTable; |
---|
| 18 | |
---|
| 19 | load_language('plugin.lang', GPC_PATH); |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | include(GPC_PATH."gpc_aip.class.inc.php"); |
---|
| 24 | |
---|
| 25 | $main_plugin_object = get_plugin_data($plugin_id); |
---|
| 26 | |
---|
| 27 | $plugin_ai = new GPC_AIP($prefixeTable, $main_plugin_object->getFileLocation()); |
---|
| 28 | $plugin_ai->manage(); |
---|
| 29 | |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.