Fixed a path in the proposed bootstrap file.
This commit is contained in:
parent
6521680719
commit
7e3ca3cff8
@ -11,7 +11,7 @@
|
|||||||
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../src');
|
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../src');
|
||||||
set_include_path(get_include_path().PATH_SEPARATOR.'/path/to/pluf/src');
|
set_include_path(get_include_path().PATH_SEPARATOR.'/path/to/pluf/src');
|
||||||
require 'Pluf.php';
|
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'));
|
Pluf_Dispatcher::loadControllers(Pluf::f('idf_views'));
|
||||||
|
|
||||||
$project = new IDF_Project();
|
$project = new IDF_Project();
|
||||||
|
Loading…
Reference in New Issue
Block a user