source: extensions/Extra_special_functions/trunk/language/hu_HU/index.php @ 7773

Last change on this file since 7773 was 7773, checked in by ddtddt, 13 years ago

[extensions] - Extra_special_functions - add ES

  • 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.