source: extensions/UserAdvManager/branches/2.41/language/da_DK/index.php @ 19954

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

Merged from trunk to branch 2.41 :
Bug 2818 fixed - "Reject user's connexion until registration is confirmed" should not reject admins connections
Add da_DK, thanks to : Kaare
Update it_IT, thanks to : Ericnet

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.