Basic Import
This commit is contained in:
7
language/es_ES/index.php
Normal file
7
language/es_ES/index.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user