piwigo/plugins/c13y_upgrade/language/fa_IR/index.php
Piwigo-TranslationTeam a4cd97d923 [c13y_upgrade] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15611 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-09 05:17:24 +00:00

7 lines
129 B
PHP

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