Last change
on this file since 16368 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
|
Rev | Line | |
---|
[6603] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | Plugin Name: Virtual AutoGrant |
---|
[9996] | 4 | Version: 2.2.0 |
---|
[6603] | 5 | Description: External uploaders assume New virtual categories as Private, and authorize access only to creator |
---|
[6650] | 6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=410 |
---|
[6603] | 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 . '/'); |
---|
[9996] | 14 | define('VAG_VER' , '2.2.0'); |
---|
[6603] | 15 | include_once( VAG_PATH . 'virtual_categories_granted_to_creator.php'); |
---|
| 16 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.