source: extensions/AStat/admin/plugin_admin.php @ 14201

Last change on this file since 14201 was 5546, checked in by grum, 14 years ago

Update the plugin for compatibility with Piwigo 2.1

  • Property svn:executable set to *
File size: 803 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : AStat.2
4  Author     : Grum
5    email    : grum@piwigo.org
6    website  : http://photos.grum.dnsalias.com
7
8    << May the Little SpaceFrog be with you ! >>
9  ------------------------------------------------------------------------------
10  See main.inc.php for release information
11
12  --------------------------------------------------------------------------- */
13
14if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); }
15
16include(ASTAT_PATH."astat_aip.class.inc.php");
17
18global $prefixeTable;
19
20load_language('plugin.lang', ASTAT_PATH);
21
22$main_plugin_object = get_plugin_data($plugin_id);
23
24$plugin_ai = new AStat_AIP($prefixeTable, $main_plugin_object->getFileLocation());
25$plugin_ai->manage();
26
27?>
Note: See TracBrowser for help on using the repository browser.