Adding time to description for files changed in same day

This commit is contained in:
orynider
2020-11-05 03:23:18 +02:00
parent c2545b4f87
commit 18ab2bb60d
294 changed files with 62032 additions and 374 deletions

View File

@@ -108,9 +108,9 @@ class Language
arsort($pref);
//find the first match that is available:
foreach ($pref as $lang => $q)
{
{
//replace line string to language file downscroll
$lang = isset($_GET['lang']) ? str_replace('-', '_', $_GET['lang']) : str_replace('-', '_', $lang);
$lang = isset($_GET['lang']) ? str_replace('-', '_', $_GET['lang']) : str_replace('-', '_', $lang);
if (file_exists(@realpath(PATH_TO_LANGUAGES . $lang . LANGUAGE_FILE_EXT)))
{
return $lang;
@@ -168,4 +168,4 @@ class Language
}
}
?>
?>