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

Last change on this file since 6619 was 6603, checked in by vdigital, 14 years ago

[New] For external uploaders (API usage), Virtual AutoGrant forces added virtual categories as 'private',
grants access to creator and webmaster,
and set "Who can see these photos?" to creator's privacy level at least (except in webmaster usage case).

File size: 560 bytes
RevLine 
[6603]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=xxx
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.