X-Git-Url: https://git.llucax.com/software/bife/base.git/blobdiff_plain/edb616c88535d349477e652c16b13d8c79e01266..0ff9ea7b04718bf9ad773a3998548a4ff0fbd40c:/examples/index.php?ds=inline diff --git a/examples/index.php b/examples/index.php index c38ac9c..5a7e24a 100644 --- a/examples/index.php +++ b/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';