Archived
1
0

Basic Import

This commit is contained in:
spelth
2015-05-02 11:30:06 +02:00
parent 5823772d4b
commit 64767af629
26 changed files with 846 additions and 0 deletions

7
language/el_GR/index.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>