piwigo/themes/smartpocket/language/he_IL/index.php
Piwigo-TranslationTeam 7a4b212ed4 [smartpocket] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@27805 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17 17:18:39 +00:00

7 lines
129 B
PHP

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