[CS-Project-svn_notify] SF.net SVN: cs-project: [821] trunk/1.2/includes/content/settings.inc
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-09 21:30:44
|
Revision: 821 http://cs-project.svn.sourceforge.net/cs-project/?rev=821&view=rev Author: crazedsanity Date: 2008-02-09 13:30:41 -0800 (Sat, 09 Feb 2008) Log Message: ----------- Read existing config.xml instead of the sample. Modified Paths: -------------- trunk/1.2/includes/content/settings.inc Modified: trunk/1.2/includes/content/settings.inc =================================================================== --- trunk/1.2/includes/content/settings.inc 2008-02-09 21:30:08 UTC (rev 820) +++ trunk/1.2/includes/content/settings.inc 2008-02-09 21:30:41 UTC (rev 821) @@ -133,7 +133,7 @@ //read the sample config. require_once(dirname(__FILE__) .'/../../lib/config.class.php'); - $config = new config(dirname(__FILE__) .'/../../docs/samples/sample_config.xml', FALSE); + $config = new config(dirname(__FILE__) .'/../../lib/config.xml', FALSE); $myData = $config->get_config_contents(FALSE); $mainAttributes = $myData['attributes']; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |