From: Leandro Lucarella Date: Sun, 6 Jul 2003 03:11:31 +0000 (+0000) Subject: Moved other modules to new src structure. X-Git-Tag: 0.11~2 X-Git-Url: https://git.llucax.com/software/bife/base.git/commitdiff_plain/0ff9ea7b04718bf9ad773a3998548a4ff0fbd40c Moved other modules to new src structure. --- diff --git a/examples/index.php b/examples/index.php index 8983349..5a7e24a 100644 --- a/examples/index.php +++ b/examples/index.php @@ -26,7 +26,7 @@ // $Id$ // -ini_set('include_path', '../src:../../hit/src:../../bife/src:', +ini_set('include_path', '../src:../../hit/src:../../bife/src:' . ini_get('include_path')); umask('002'); diff --git a/package.xml b/package.xml index 03ff5ef..e328057 100644 --- a/package.xml +++ b/package.xml @@ -33,13 +33,14 @@ README ROADMAP - index.php index.xbf - templates/bife_page.tpl.html - templates/bife_title.tpl.html - templates/bife_link.tpl.html + + bife_page.tpl.html + bife_title.tpl.html + bife_link.tpl.html +