Skip to content

Commit

Permalink
Added the config file, with code to add the XML-RPC library to the in…
Browse files Browse the repository at this point in the history
…clude path.
  • Loading branch information
ajshort committed Jan 31, 2011
1 parent 2a413b4 commit 2fd2400
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
/**
* @package silverstripe-wordpressconnector
*/

// Add the Zend XML-RPC library to the include path.
set_include_path(
dirname(__FILE__) . '/thirdparty' . PATH_SEPARATOR . get_include_path());

0 comments on commit 2fd2400

Please sign in to comment.