You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2008/08/05 19:09:04 UTC

svn commit: r682795 - /incubator/shindig/trunk/php/config/container.php

Author: chabotc
Date: Tue Aug  5 10:09:04 2008
New Revision: 682795

URL: http://svn.apache.org/viewvc?rev=682795&view=rev
Log:
Removed an old dinosaur of a config key that was never really used and only confuses (container_config)

Modified:
    incubator/shindig/trunk/php/config/container.php

Modified: incubator/shindig/trunk/php/config/container.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/config/container.php?rev=682795&r1=682794&r2=682795&view=diff
==============================================================================
--- incubator/shindig/trunk/php/config/container.php (original)
+++ incubator/shindig/trunk/php/config/container.php Tue Aug  5 10:09:04 2008
@@ -68,7 +68,6 @@
 	'features_path' => realpath(dirname(__FILE__) . '/../../features').'/',
 	'container_path' => realpath(dirname(__FILE__) . '/../../config').'/',
 	'javascript_path' => realpath(dirname(__FILE__) . '/../../javascript').'/',
-	'container_config' => realpath(dirname(__FILE__) . '/../../config').'/container.js',
 
 	// The OAuth SSL certificates to use, and the pass phrase for the private key  
 	'private_key_file' => realpath(dirname(__FILE__) . '/../certs').'/private.key',