Fixed a path in the proposed bootstrap file.

dev
Loic d'Anterroches 2008-09-04 15:11:23 +02:00
parent 6521680719
commit 7e3ca3cff8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../src');
set_include_path(get_include_path().PATH_SEPARATOR.'/path/to/pluf/src');
require 'Pluf.php';
Pluf::start(dirname(__FILE__).'/IDF/conf/idf.php');
Pluf::start(dirname(__FILE__).'/../src/IDF/conf/idf.php');
Pluf_Dispatcher::loadControllers(Pluf::f('idf_views'));
$project = new IDF_Project();