From 0ff9ea7b04718bf9ad773a3998548a4ff0fbd40c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 6 Jul 2003 03:11:31 +0000 Subject: [PATCH] Moved other modules to new src structure. --- examples/index.php | 2 +- package.xml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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 + -- 2.43.0