source: trunk/plugins/event_tracer/index.php @ 1907

Last change on this file since 1907 was 1907, checked in by rvelices, 17 years ago

add index.php in plugins directory and subdirectories

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 131 bytes
Line 
1<?php
2$url = '../../';
3header( 'Request-URI: '.$url );
4header( 'Content-Location: '.$url );
5header( 'Location: '.$url );
6exit();
7?>
Note: See TracBrowser for help on using the repository browser.