From: Roland Häder Date: Tue, 29 Mar 2016 12:04:12 +0000 (+0200) Subject: Added language support and some meta tags. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6856f68bc9ffb6686d3998e88fe65596a58e96ca;hp=15a8a7378dcd7398c5b5f67fa786141aa271fdf8;p=simple-upload.git Added language support and some meta tags. --- diff --git a/index.php b/index.php index 4f33d3e..a5f62f5 100644 --- a/index.php +++ b/index.php @@ -62,6 +62,12 @@ // Files that will be ignored 'ignores' => array('.', '..', 'LICENSE', 'README.md'), + + // Language code + 'lang' => 'en_GB', + + // Language direction + 'lang_dir' => 'ltr', ); // =============={ Configuration End }============== @@ -243,11 +249,16 @@ $file_array = ListFiles($settings['uploaddir'], $data['ignores']); ?> - + + - + + + + <?=$settings['title']?>