X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/3e2eb5e41c2a7fae1a552153e7665786d379b82b..78a4e568bfc178ddc4f685c6d76c44aad1a158ff:/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';