delete unused files
This commit is contained in:
parent
eaa6353c5c
commit
3ba37ec034
@ -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];
|
||||
}
|
||||
|
||||
}
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user