| Apache Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 uid=2234(oyaide) gid=100(users) groups=100(users) server ip : 213.186.33.18 | your ip : 216.73.216.109 safemode OFF > / home / oyaide / www / moycompany.com / piwigo2 / plugins / AStat / |
| Filename | /home/oyaide/www/moycompany.com/piwigo2/plugins/AStat/admin.php |
| Size | 803 |
| Permission | rw----r-- |
| Owner | oyaide : users |
| Create time | 03-Feb-2016 16:41 |
| Last modified | 27-May-2012 10:09 |
| Last accessed | 27-May-2012 10:09 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
<?php
/* -----------------------------------------------------------------------------
Plugin : AStat.2
Author : Grum
email : grum@piwigo.org
website : http://photos.grum.dnsalias.com
<< May the Little SpaceFrog be with you ! >>
------------------------------------------------------------------------------
See main.inc.php for release information
--------------------------------------------------------------------------- */
if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); }
include(ASTAT_PATH."astat_aip.class.inc.php");
global $prefixeTable;
load_language('plugin.lang', ASTAT_PATH);
$main_plugin_object = get_plugin_data($plugin_id);
$plugin_ai = new AStat_AIP($prefixeTable, $main_plugin_object->getFileLocation());
$plugin_ai->manage();
?>
/* -----------------------------------------------------------------------------
Plugin : AStat.2
Author : Grum
email : grum@piwigo.org
website : http://photos.grum.dnsalias.com
<< May the Little SpaceFrog be with you ! >>
------------------------------------------------------------------------------
See main.inc.php for release information
--------------------------------------------------------------------------- */
if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); }
include(ASTAT_PATH."astat_aip.class.inc.php");
global $prefixeTable;
load_language('plugin.lang', ASTAT_PATH);
$main_plugin_object = get_plugin_data($plugin_id);
$plugin_ai = new AStat_AIP($prefixeTable, $main_plugin_object->getFileLocation());
$plugin_ai->manage();
?>