svn: /pear2/sandbox/pear2.php.net/trunk/ config.sample.php
[email protected] (Brett Bieber) Thu, 03 Mar 2011 17:34:31 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Thu, 03 Mar 2011 17:34:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308908
Log:
Update sample config file to use the vendor dir which contains all the deps.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/config.sample.php
Modified: pear2/sandbox/pear2.php.net/trunk/config.sample.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/config.sample.php 2011-03-03 17:34:05 UTC (rev 308907)
+++ pear2/sandbox/pear2.php.net/trunk/config.sample.php 2011-03-03 17:34:31 UTC (rev 308908)
@@ -2,7 +2,7 @@
ini_set('display_errors', true);
error_reporting(E_ALL);
// set up basics
-require_once dirname(__FILE__).'/includes/autoload.php';
+require_once dirname(__FILE__).'/vendor/php/PEAR2/Autoload.php';
PEAR2\SimpleChannelFrontend\Main::$url = 'http://pear2.php.net/';
PEAR2\SimpleChannelFrontend\Main::$title = 'PEAR2';