Parent Directory
|
Revision Log
|
Revision Graph
- 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 |