Indefero

Indefero Commit Details


Date:2008-09-04 08:11:23 (16 years 3 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:7e3ca3cff83b1e1eca2d542342734e25cf4090e0
Parents: 6521680719eaad2202fb57c125f71f5d72ad9a42
Message:Fixed a path in the proposed bootstrap file.

Changes:

File differences

INSTALL.mdtext
1111
1212
1313
14
14
1515
1616
1717
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();

Archive Download the corresponding diff file

Page rendered in 0.07101s using 13 queries.