[Auboard-devel] [54] runs again
Status: Beta
Brought to you by:
oalbers
From: auboard-devel <aub...@li...> - 2007-03-22 23:49:30
|
Revision: 54 Author: olli Date: 2007-03-23 00:49:15 +0100 (Fri, 23 Mar 2007) Log Message: ----------- runs again Modified Paths: -------------- trunk/index.php trunk/protected/application.xml Modified: trunk/index.php =================================================================== --- trunk/index.php 2007-02-15 01:25:35 UTC (rev 53) +++ trunk/index.php 2007-03-22 23:49:15 UTC (rev 54) @@ -13,9 +13,9 @@ if(!is_writable($runtimePath)) die("Please make sure that the directory $runtimePath is writable by Web server process."); - require_once($frameworkPath); +set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/protected/pear/'); Prado::using('Log/file'); Prado::using('propel/Propel'); Propel::init(dirname(__FILE__) . '/protected/db/src/build/conf/auboard-conf.php'); Modified: trunk/protected/application.xml =================================================================== --- trunk/protected/application.xml 2007-02-15 01:25:35 UTC (rev 53) +++ trunk/protected/application.xml 2007-03-22 23:49:15 UTC (rev 54) @@ -7,8 +7,6 @@ <using namespace="System.Security.*"/> <using namespace="Application.*"/> <using namespace="Application.db.*"/> - <using namespace="Application.pear.*"/> - <using namespace="Application.pear.propel.*"/> </paths> <modules> |