]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - examples/hit.php
More movements to the new structure. Modules now have their own directory on
[software/bife/bife-all.git] / examples / hit.php
index 0f7ce4754b6bf7bbce787b178f609ae4514f2cf3..f9ec3971ca43e7448a084606d6dc4f46eb4914ad 100644 (file)
@@ -29,7 +29,7 @@
 // This is a simple test and example of HTML_Template_HIT
 
 $tmp = ini_get('include_path');
-ini_set('include_path', "../src:$tmp");
+ini_set('include_path', "../core:$tmp");
 unset($tmp);
 umask('002');