diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-23 11:40:40 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-23 11:40:40 -0400 |
| commit | 5d312a99e638070e454159c85a698ec415429e9b (patch) | |
| tree | b172956278679dc1fa6e0a9be12e253251bf17a4 /books.php | |
| parent | e72e44dbbd3c793ae719a75950da7fa4976519a1 (diff) | |
| download | wiki-5d312a99e638070e454159c85a698ec415429e9b.tar.gz wiki-5d312a99e638070e454159c85a698ec415429e9b.tar.bz2 wiki-5d312a99e638070e454159c85a698ec415429e9b.zip | |
add verify's for book viewing
Diffstat (limited to 'books.php')
| -rw-r--r-- | books.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ require_once( '../kernel/setup_inc.php' ); include_once( WIKI_PKG_PATH.'BitBook.php'); +// verify stuff +$gBitSystem->verifyPackage( 'wiki' ); +$gBitSystem->verifyPermission( 'p_wiki_list_pages' ); + $book = new BitBook(); $listHash = array(); |
