]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - examples/index.php
* Added __construc() method for PHP5 forward compatibility.
[software/bife/bife-all.git] / examples / index.php
index 57a35af254a681221764d84c8230930aec31fe32..5e216233c96e1ec6e3701765914ddaab9f49ad9f 100644 (file)
@@ -30,7 +30,6 @@ $tmp = ini_get('include_path');
 ini_set('include_path', "../src:$tmp");
 unset($tmp);
 
-require_once 'prepend.php';
 require_once 'HTML/Template/Sigma.php';
 require_once 'BIFE/Parser.php';
 require_once 'BIFE/Page.php';