X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/202cf371076f9aba5c308830a9d92d08681440ed..d64656402cea7c885ad419e59acd4eb818fc7a38:/examples/index.php diff --git a/examples/index.php b/examples/index.php index fdb9580..3b9f86d 100644 --- a/examples/index.php +++ b/examples/index.php @@ -26,22 +26,14 @@ // $Id$ // -$incs = array( - '../core', - '../modules/album', - '../modules/basic', - '../modules/menu', -// '../modules/', -); $tmp = ini_get('include_path'); -ini_set('include_path', join(':', $incs) . ":$tmp"); +ini_set('include_path', "..:$tmp"); unset($tmp); umask('002'); require_once 'HTML/Template/HIT.php'; require_once 'BIFE/Parser.php'; require_once 'BIFE/Translate.php'; -require_once 'BIFE/Link.php'; $file = isset($_REQUEST['BIFE']) ? $_REQUEST['BIFE'] : 'index.xbf';