source: extensions/GrumPluginClasses/admin/plugin_admin.php @ 10802

Last change on this file since 10802 was 7310, checked in by grum, 14 years ago

fix bug on the rbuilder and migrate ajax call on the gpc ajax manager
fix bug:1945
add some functionnalities

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.