X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/30351babf7970dc19b405ab14cb36f0fc45962de..972d7506d82949eed70dd5095852b69de1c79d2f:/album/examples/index.php diff --git a/album/examples/index.php b/album/examples/index.php index 3b9f86d..dcc619f 100644 --- a/album/examples/index.php +++ b/album/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:../../base/src:'. + ini_get('include_path')); umask('002'); require_once 'HTML/Template/HIT.php';