mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
Language switching, flags and some small tweaks
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user