Files
Piwigo-TranslationTeam 7b3c739585 [social_buttons] Update ar_SA, thanks to : aldambi
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@25826 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 19:55:14 +00:00

8 lines
129 B
PHP

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