source: extensions/community/include/constants.php @ 3673

Last change on this file since 3673 was 3673, checked in by plg, 15 years ago

first import for the Community plugin : basic feature to declare a list of
non admin users able to add photos with web API.

File size: 87 bytes
Line 
1<?php
2global $prefixeTable;
3define('COMMUNITY_TABLE', $prefixeTable.'community');
4?>
Note: See TracBrowser for help on using the repository browser.