Files
Piwigo/plugins/TakeATour/language/sr_RS/index.php
T
Piwigo-TranslationTeam 9e120862c5 [takeatour] Update sr_RS, thanks to gpopac
git-svn-id: http://piwigo.org/svn/trunk@30508 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-17 06:23:04 +00:00

8 lines
129 B
PHP

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