source: extensions/delete_hit_rate/main.inc.php @ 31437

Last change on this file since 31437 was 31437, checked in by ddtddt, 8 years ago

[extensions] - delete_hit_rate - update key language

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1<?php
2/*
3Plugin Name: Delete Hit/Rate
4Version: auto
5Description: delete hit/Rate
6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=520
7Author: ddtddt
8Author URI: http://temmii.com/piwigo/
9*/
10// +-----------------------------------------------------------------------+
11// | Delete Hit/Rate plugin for piwigo                                     |
12// +-----------------------------------------------------------------------+
13// | Copyright(C) 2011-2016 ddtddt               http://temmii.com/piwigo/ |
14// +-----------------------------------------------------------------------+
15// | This program is free software; you can redistribute it and/or modify  |
16// | it under the terms of the GNU General Public License as published by  |
17// | the Free Software Foundation                                          |
18// |                                                                       |
19// | This program is distributed in the hope that it will be useful, but   |
20// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
21// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
22// | General Public License for more details.                              |
23// |                                                                       |
24// | You should have received a copy of the GNU General Public License     |
25// | along with this program; if not, write to the Free Software           |
26// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
27// | USA.                                                                  |
28// +-----------------------------------------------------------------------+
29
30if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
31
32// Plugin for admin
33if (script_basename() == 'admin')   
34{
35  include_once(dirname(__FILE__).'/initadmin.php');
36}
37
38?>
Note: See TracBrowser for help on using the repository browser.