source: extensions/adult_content/language/cs_CZ/index.php @ 7603

Last change on this file since 7603 was 7603, checked in by pab, 13 years ago

czech translation for adult_content.

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.