Language switching, flags and some small tweaks

This commit is contained in:
Vojtěch Sajdl
2018-01-02 19:37:15 +01:00
parent dd250581d5
commit 333d6b40b8
7 changed files with 52 additions and 15 deletions
+1 -4
View File
@@ -16,10 +16,7 @@ class Constellation
{
$offset = 0;
}
if (isset($_GET['ajax']))
{
$ajax = true;
}
$ajax = isset($_GET['ajax']);
$limit++;
$c = ($future)?">=":"<=";
$timestamp = (isset($_GET['timestamp'])&& !$future)?$_GET['timestamp']:time();