piwigo/plugins/LocalFilesEditor/language/bg_BG/index.php
Piwigo-TranslationTeam 3805085196 [localfileseditor] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15098 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:35:05 +00:00

7 lines
129 B
PHP

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