Author: Nathan.Vonnahme
Date: 2010-04-16 02:44:58 +0200 (Fri, 16 Apr 2010)
New Revision: 29173

Removed:
   plugins/bhLDAPAuthPlugin/testapps/1_4/
Modified:
   plugins/bhLDAPAuthPlugin/testapps/1_1/web/frontend_dev.php
   plugins/bhLDAPAuthPlugin/testapps/apache.conf
Log:
oops I want to start the test app from scratch instead

Modified: plugins/bhLDAPAuthPlugin/testapps/1_1/web/frontend_dev.php
===================================================================
--- plugins/bhLDAPAuthPlugin/testapps/1_1/web/frontend_dev.php  2010-04-15 
23:52:16 UTC (rev 29172)
+++ plugins/bhLDAPAuthPlugin/testapps/1_1/web/frontend_dev.php  2010-04-16 
00:44:58 UTC (rev 29173)
@@ -1,11 +1,6 @@
 <?php
-// this check prevents access to debug front controllers that are deployed by 
accident to production servers.
-// feel free to remove this, extend it or make something more sophisticated.
-if (!in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1')))
-{
-  die('You are not allowed to access this file. Check '.basename(__FILE__).' 
for more information.');
-}
 
+
 require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
 
 $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 
'dev', true);

Modified: plugins/bhLDAPAuthPlugin/testapps/apache.conf
===================================================================
--- plugins/bhLDAPAuthPlugin/testapps/apache.conf       2010-04-15 23:52:16 UTC 
(rev 29172)
+++ plugins/bhLDAPAuthPlugin/testapps/apache.conf       2010-04-16 00:44:58 UTC 
(rev 29173)
@@ -20,10 +20,12 @@
   Alias /1_1/sf "C:/symfony1.1/data/web/sf"
   Alias /1_2/sf "C:/symfony1.2/data/web/sf"
   Alias /1_2_Doctrine/sf "C:/symfony1.2/data/web/sf"
+  Alias /1_4/sf "C:/symfony1.4/data/web/sf"
 
   # point to the web dir
   Alias /1_0 "C:/web/bhLDAPtest/1_0/web"
   Alias /1_1 "C:/web/bhLDAPtest/1_1/web"
   Alias /1_2 "C:/web/bhLDAPtest/1_2/web"
   Alias /1_2_Doctrine "C:/web/bhLDAPtest/1_2_Doctrine/web"
+  Alias /1_4 "C:/web/bhLDAPtest/1_4/web"
 </VirtualHost>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to