source: extensions/ConcoursPhoto/language/sl_SI/index.php @ 32751

Last change on this file since 32751 was 32729, checked in by ddtddt, 3 years ago

[ConcoursPhoto] add SL thanks to Maxima

File size: 146 bytes
Line 
1<?php
2// Recursive call
3$url = '../';
4header( 'Request-URI: '.$url );
5header( 'Content-Location: '.$url );
6header( 'Location: '.$url );
7exit();
8?>
Note: See TracBrowser for help on using the repository browser.