]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - base/examples/index.php
Updated documentation.
[software/bife/bife-all.git] / base / examples / index.php
index c38ac9c098d524c35dd3903f19b0bb0e13ff0098..5a7e24a28748009d84c150ec259ef32fb721c65c 100644 (file)
@@ -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';