diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-03-20 18:36:03 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-03-20 18:36:03 +0000 |
commit | 35af38c50c030ca4127d9ea6fb6d619fbb6fe3cf (patch) | |
tree | 8855349c087e997c97202b335f7301c56b5c09a5 /themes/smartpocket/language/sr_RS/index.php | |
parent | 6847d79ce6be688730df8a688bd9b4b9f0516350 (diff) |
[smartpocket] Update sr_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27863 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/sr_RS/index.php')
-rw-r--r-- | themes/smartpocket/language/sr_RS/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/sr_RS/index.php b/themes/smartpocket/language/sr_RS/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/sr_RS/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |