diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 22:47:37 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 22:47:37 -0500 |
| commit | 8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4 (patch) | |
| tree | 73b12aeffe22e27aa75634dfc5034627322af365 /copyrights.php | |
| parent | 3de7b595a6e01676ec80317e647baf2176aee6b4 (diff) | |
| download | wiki-8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4.tar.gz wiki-8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4.tar.bz2 wiki-8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'copyrights.php')
| -rw-r--r-- | copyrights.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/copyrights.php b/copyrights.php index 6a5dd46..31160e2 100644 --- a/copyrights.php +++ b/copyrights.php @@ -17,8 +17,8 @@ require_once( '../kernel/setup_inc.php' ); $gBitSystem->isFeatureActive( 'wiki_copyrights', tra("The copyright management feature is not enabled.") ); $gBitUser->hasPermission( 'p_wiki_edit_copyright' ); -require_once( WIKI_PKG_PATH.'copyrights_lib.php' ); -require_once( WIKI_PKG_PATH.'lookup_page_inc.php' ); +require_once( WIKI_PKG_INCLUDE_PATH.'copyrights_lib.php' ); +require_once( WIKI_PKG_INCLUDE_PATH.'lookup_page_inc.php' ); if (isset($_REQUEST['addcopyright'])) { if ($gBitSystem->isFeatureActive( 'wiki_copyrights' ) && isset($_REQUEST['copyrightTitle']) && isset($_REQUEST['copyrightYear']) |
