source: extensions/UserAdvManager/trunk/language/hu_HU/index.php @ 12042

Last change on this file since 12042 was 12042, checked in by Eric, 13 years ago

Add hu_HU translation files to do. Thx to Tama (asicu.com) who is working on it ;-)

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