Last change
on this file since 31085 was
9996,
checked in by Eric, 14 years ago
|
Compatibility with Piwigo 2.2.0
New plugin version 2.2.0 hard coded for publication
|
File size:
560 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Plugin Name: Virtual AutoGrant |
---|
4 | Version: 2.2.0 |
---|
5 | Description: External uploaders assume New virtual categories as Private, and authorize access only to creator |
---|
6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=410 |
---|
7 | Author: VDigital |
---|
8 | Author URI: http://piwigo.org/ |
---|
9 | */ |
---|
10 | |
---|
11 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
12 | define('VAG_DIR' , basename(dirname(__FILE__))); |
---|
13 | define('VAG_PATH' , PHPWG_PLUGINS_PATH . VAG_DIR . '/'); |
---|
14 | define('VAG_VER' , '2.2.0'); |
---|
15 | include_once( VAG_PATH . 'virtual_categories_granted_to_creator.php'); |
---|
16 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.