delete unused files

This commit is contained in:
E. S. 2024-04-16 05:04:25 +00:00
parent eaa6353c5c
commit 3ba37ec034
2 changed files with 0 additions and 38 deletions

View File

@ -1,19 +0,0 @@
<?php
class ArticlesHelper {
static function getRequestedLanguage(): array {
list($lang) = input('lang');
$pl = null;
$default_explicitly_requested = false;
if ($lang) {
$pl = PostLanguage::tryFrom($lang);
if ($pl && $pl == PostLanguage::getDefault())
$default_explicitly_requested = true;
}
if (!$pl)
$pl = PostLanguage::getDefault();
return [$pl, $default_explicitly_requested];
}
}

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://4in1.ws/</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://4in1.ws/info/</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://4in1.ws/files/</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://4in1.ws/updates/</loc>
<changefreq>weekly</changefreq>
</url>
</urlset>