Author: chabotc
Date: Tue Dec 2 10:35:27 2008
New Revision: 722556
URL: http://svn.apache.org/viewvc?rev=722556&view=rev
Log:
Move config to the common directory
Added:
incubator/shindig/trunk/php/src/common/Config.php
- copied unchanged from r720036, incubator/shindig/trunk/php/config.php
Modified:
incubator/shindig/trunk/php/index.php
Modified: incubator/shindig/trunk/php/index.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/index.php?rev=722556&r1=722555&r2=722556&view=diff
==============================================================================
--- incubator/shindig/trunk/php/index.php (original)
+++ incubator/shindig/trunk/php/index.php Tue Dec 2 10:35:27 2008
@@ -18,7 +18,7 @@
* under the License.
*/
-include_once ('config.php');
+include_once ('src/common/Config.php');
include_once ('src/common/File.php');
if (Config::get('debug')) {