X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/94e74dd4e317d5217ada7bd1c5adefc1c34efcb7..972d7506d82949eed70dd5095852b69de1c79d2f:/base/examples/index.php diff --git a/base/examples/index.php b/base/examples/index.php index c38ac9c..5a7e24a 100644 --- a/base/examples/index.php +++ b/base/examples/index.php @@ -26,9 +26,8 @@ // $Id$ // -$tmp = ini_get('include_path'); -ini_set('include_path', "..:$tmp"); -unset($tmp); +ini_set('include_path', '../src:../../hit/src:../../bife/src:' . + ini_get('include_path')); umask('002'); require_once 'HTML/Template/HIT.php';