source: extensions/UserAdvManager/branches/2.50/language/ru_RU/index.php @ 22869

Last change on this file since 22869 was 22869, checked in by Eric, 11 years ago

r22868 merged from trunk to branch 2.50 :
Add ru_RU, thanks to : Konve
Add pt_BR, thanks to : hespanhol
Update tr_TR, thanks to : hakanselcuk

File size: 129 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.