diff options
| author | Christian Fowler <spider@viovio.com> | 2006-11-15 19:57:41 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-11-15 19:57:41 +0000 |
| commit | e6d3bba7c2b10e4745900d7bd97ae1c002912a9b (patch) | |
| tree | 18bf669d92584b38c9f64aa746bee640992447df /list_content.php | |
| parent | 4b5e58b73b62a11e0b1cddb415abfc9a4eed3be1 (diff) | |
| download | liberty-e6d3bba7c2b10e4745900d7bd97ae1c002912a9b.tar.gz liberty-e6d3bba7c2b10e4745900d7bd97ae1c002912a9b.tar.bz2 liberty-e6d3bba7c2b10e4745900d7bd97ae1c002912a9b.zip | |
add list content permission
Diffstat (limited to 'list_content.php')
| -rw-r--r-- | list_content.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/list_content.php b/list_content.php index 26dcfd8..a137316 100644 --- a/list_content.php +++ b/list_content.php @@ -3,7 +3,7 @@ * list_content * * @author spider <spider@steelsun.com> - * @version $Revision: 1.21 $ + * @version $Revision: 1.22 $ * @package liberty * @subpackage functions */ @@ -13,6 +13,8 @@ */ require_once("../bit_setup_inc.php"); +$gBitSystem->verifyPermission( 'p_liberty_list_content' ); + // some content specific offsets and pagination settings if( !empty( $_REQUEST['sort_mode'] ) ) { $content_sort_mode = $_REQUEST['sort_mode']; |
