source: extensions/charlies_content/index.php @ 9752

Last change on this file since 9752 was 3320, checked in by vdigital, 15 years ago

+ Missing elements for Charlies' content

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