diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/admin_advices/index.php | 7 | ||||
-rw-r--r-- | plugins/admin_multi_view/index.php | 7 | ||||
-rw-r--r-- | plugins/event_tracer/index.php | 7 | ||||
-rw-r--r-- | plugins/hello_world/index.php | 7 | ||||
-rw-r--r-- | plugins/index.php | 7 |
5 files changed, 35 insertions, 0 deletions
diff --git a/plugins/admin_advices/index.php b/plugins/admin_advices/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/admin_advices/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?>
\ No newline at end of file diff --git a/plugins/admin_multi_view/index.php b/plugins/admin_multi_view/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/admin_multi_view/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?>
\ No newline at end of file diff --git a/plugins/event_tracer/index.php b/plugins/event_tracer/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/event_tracer/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?>
\ No newline at end of file diff --git a/plugins/hello_world/index.php b/plugins/hello_world/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/hello_world/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?>
\ No newline at end of file diff --git a/plugins/index.php b/plugins/index.php new file mode 100644 index 000000000..bd3046574 --- /dev/null +++ b/plugins/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?>
\ No newline at end of file |