Files
Piwigo/plugins/LocalFilesEditor/language/mn_MN/index.php
Piwigo-TranslationTeam c0a1c0f42d [localfileseditor] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26407 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-03 06:00:27 +00:00

8 lines
129 B
PHP

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