diff options
Diffstat (limited to 'content_permissions.php')
| -rw-r--r-- | content_permissions.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content_permissions.php b/content_permissions.php index d45eefb..3e60a9a 100644 --- a/content_permissions.php +++ b/content_permissions.php @@ -1,4 +1,13 @@ <?php +/** + * @version $Revision: 1.2 $ + * @package liberty + * @subpackage functions + */ + +/** + * bit setup + */ require_once( '../bit_setup_inc.php' ); require_once( LIBERTY_PKG_PATH.'content_permissions_inc.php' ); |
