add index.php in plugins directory and subdirectories

git-svn-id: http://piwigo.org/svn/trunk@1907 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2007-03-15 04:20:30 +00:00
parent b654fdac56
commit d98c48bc6e
5 changed files with 35 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>