source: extensions/adult_content/language/lv_LV/index.php @ 8709

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

[extensions] - adult_content - add lv_LV (Latvian) thanks to Aivars Baldone

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
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.