Last change
on this file since 25106 was
9796,
checked in by ddtddt, 14 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 | /* |
---|
3 | Plugin Name: Delete Hit/Rate |
---|
4 | Version: auto |
---|
5 | Description: delete hit Rate |
---|
6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=520 |
---|
7 | Author: ddtddt |
---|
8 | Author URI: http://piwigo.org/ |
---|
9 | */ |
---|
10 | |
---|
11 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
12 | |
---|
13 | // Plugin for admin |
---|
14 | if (script_basename() == 'admin') |
---|
15 | { |
---|
16 | include_once(dirname(__FILE__).'/initadmin.php'); |
---|
17 | } |
---|
18 | |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.