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