/[drupal]/contributions/modules/simpletestauto/.htaccess
ViewVC logotype

Contents of /contributions/modules/simpletestauto/.htaccess

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Aug 5 08:36:45 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
- this file prevents access to run_tests file which is only run by cron job and to test_it script which can only be accessed from localhost
- dbuser and pass variables are now set in this file
1 <Files test_it.php>
2 Order deny,allow
3 Deny from all
4 Allow from 127.0.0.1
5 </Files>
6 <Files run_tests.php>
7 Order deny,allow
8 Deny from all
9 </Files>
10 SetEnv db_host localhost
11 SetEnv db_user drupTest
12 SetEnv db_pass drupTestPwd

  ViewVC Help
Powered by ViewVC 1.1.2