diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:39 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:39 -0500 |
| commit | 9c5d92efbb700277c12c86b50b9527c3aa762bfb (patch) | |
| tree | 88021e9833da96ce2fdc7295f47d340dea2270c1 /index.php | |
| parent | 8ac5971140c734bc524dda5a2f18e0c9d73dc80c (diff) | |
| download | tags-9c5d92efbb700277c12c86b50b9527c3aa762bfb.tar.gz tags-9c5d92efbb700277c12c86b50b9527c3aa762bfb.tar.bz2 tags-9c5d92efbb700277c12c86b50b9527c3aa762bfb.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?php require_once( "../kernel/setup_inc.php" ); -require_once( TAGS_PKG_PATH."LibertyTag.php" ); +require_once( TAGS_PKG_CLASS_PATH.'LibertyTag.php' ); $gBitSystem->verifyPackage( 'tags' ); |
