source: extensions/virtualAutoGrant/main.inc.php @ 6769

Last change on this file since 6769 was 6650, checked in by vdigital, 14 years ago

Version: 2.1.a
extension:410

File size: 560 bytes
Line 
1<?php
2/*
3Plugin Name: Virtual AutoGrant
4Version: 2.1.a
5Description: External uploaders assume New virtual categories as Private, and authorize access only to creator
6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=410
7Author: VDigital
8Author URI: http://piwigo.org/
9*/
10
11if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
12define('VAG_DIR' , basename(dirname(__FILE__)));
13define('VAG_PATH' , PHPWG_PLUGINS_PATH . VAG_DIR . '/');
14define('VAG_VER' , '2.1.a');
15include_once( VAG_PATH . 'virtual_categories_granted_to_creator.php');
16?>
Note: See TracBrowser for help on using the repository browser.