source: extensions/UserStat/language/es_ES/index.php @ 4275

Last change on this file since 4275 was 4275, checked in by ddtddt, 14 years ago

[extensions]- UserStat add Es_ES

  • 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.