Files
Piwigo/plugins/TakeATour/language/sl_SI/index.php
Piwigo-TranslationTeam 6102d018ef [takeatour] Update sl_SI, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28325 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-03 11:01:43 +00:00

8 lines
129 B
PHP

<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>