diff options
Diffstat (limited to 'language/lt_LT/help/index.php')
-rw-r--r-- | language/lt_LT/help/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/language/lt_LT/help/index.php b/language/lt_LT/help/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/language/lt_LT/help/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |