Skip to content

Commit

Permalink
adding index.php files to prevent directory travs for apache installs…
Browse files Browse the repository at this point in the history
… that do not limit this from happening.
  • Loading branch information
padams committed Dec 18, 2010
1 parent f9698f2 commit 3cd210c
Show file tree
Hide file tree
Showing 23 changed files with 61 additions and 112 deletions.
3 changes: 3 additions & 0 deletions conf/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions includes/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/classes/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/css/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/data/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/entities/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/handlers/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/i/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
2 changes: 1 addition & 1 deletion modules/base/installFinish.php
Expand Up @@ -32,7 +32,7 @@
* @since owa 1.0.0 * @since owa 1.0.0
*/ */



// needed??
class owa_installFinishController extends owa_installController { class owa_installFinishController extends owa_installController {


function action() { function action() {
Expand Down
3 changes: 3 additions & 0 deletions modules/base/js/includes/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/js/includes/jquery/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/js/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/metrics/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/base/templates/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions modules/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions owa-data/caches/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions owa-data/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions owa-data/logs/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions plugins/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
3 changes: 3 additions & 0 deletions plugins/validations/index.php
@@ -0,0 +1,3 @@
<?php
// ...
?>
33 changes: 0 additions & 33 deletions test/httpLogTest.php

This file was deleted.

78 changes: 0 additions & 78 deletions test/phpLogTest.php

This file was deleted.

0 comments on commit 3cd210c

Please sign in to comment.