source: extensions/GrumPluginClasses/admin.php @ 15907

Last change on this file since 15907 was 15340, checked in by grum, 12 years ago

feature:2436 - Compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 867 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : Grum Plugin Class
4  Author     : Grum
5    email    : grum@piwigo.org
6    website  : http://photos.grum.fr
7    PWG user : http://forum.phpwebgallery.net/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
15if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); }
16
17
18global $prefixeTable;
19
20load_language('plugin.lang', GPC_PATH);
21
22
23
24include(GPC_PATH."gpc_aip.class.inc.php");
25
26$main_plugin_object = get_plugin_data($plugin_id);
27
28$plugin_ai = new GPC_AIP($prefixeTable, $main_plugin_object->getFileLocation());
29$plugin_ai->manage();
30
31
32
33
34?>
Note: See TracBrowser for help on using the repository browser.