[adminmultiview] Update af_ZA, thanks to : maeztro

git-svn-id: http://piwigo.org/svn/trunk@15945 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2012-06-22 13:42:57 +00:00
parent 8af52d8419
commit 8823be79e9
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Laat administrateurs toe om die gallery as gaste te sien en/of die taal en/of die tema in die ry te verander. Prakties om foute met veranderings op te spoor...
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>