piwigo/themes/smartpocket/language/sr_RS/index.php
Piwigo-TranslationTeam 35af38c50c [smartpocket] Update sr_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27863 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:36:03 +00:00

7 lines
129 B
PHP

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