source: trunk/include/index.php @ 2

Last change on this file since 2 was 2, checked in by z0rglub, 21 years ago

Initial revision

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