svn: /pear2/sandbox/pear2.php.net/trunk/ config.sample.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Fri, 25 Jun 2010 22:23:36 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300760
Log:
Add title to sample configuration.
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 2010-06-25 22:23:22 UTC (rev 300759)
+++ pear2/sandbox/pear2.php.net/trunk/config.sample.php 2010-06-25 22:23:36 UTC (rev 300760)
@@ -4,4 +4,5 @@
// set up basics
require_once dirname(__FILE__).'/includes/autoload.php';
-PEAR2\SimpleChannelFrontend\Main::$url = 'http://pear2.php.net/';
\ No newline at end of file
+PEAR2\SimpleChannelFrontend\Main::$url = 'http://pear2.php.net/';
+PEAR2\SimpleChannelFrontend\Main::$title = 'PEAR2';