summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:39 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:39 -0500
commit9c5d92efbb700277c12c86b50b9527c3aa762bfb (patch)
tree88021e9833da96ce2fdc7295f47d340dea2270c1 /index.php
parent8ac5971140c734bc524dda5a2f18e0c9d73dc80c (diff)
downloadtags-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e255abb..c451f5a 100644
--- a/index.php
+++ b/index.php
@@ -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' );