diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/admin_advices/index.php | 7 |
1 files changed, 7 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 |