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

Last change on this file since 27153 was 9796, checked in by ddtddt, 13 years ago

[extensions] - delete_hit_rate - first relace

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 367 bytes
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://piwigo.org/
9*/
10
11if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
12
13// Plugin for admin
14if (script_basename() == 'admin')   
15{
16  include_once(dirname(__FILE__).'/initadmin.php');
17}
18
19?>
Note: See TracBrowser for help on using the repository browser.