mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Redesign Admin Panel
Full frontend & backend redesign and refactor
This commit is contained in:
@@ -115,6 +115,7 @@ class MyGenerator
|
||||
*/
|
||||
public function getTimeFormat($time)
|
||||
{
|
||||
$time = (int) $time;
|
||||
$min = 0;
|
||||
$hr = 0;
|
||||
|
||||
@@ -139,6 +140,7 @@ class MyGenerator
|
||||
*/
|
||||
public function procMtime($time, $pref = 3)
|
||||
{
|
||||
$time = (int) $time;
|
||||
$time += 0; // placeholder for timezone adjustments
|
||||
|
||||
$today = date('d', time()) - 1;
|
||||
|
||||
Reference in New Issue
Block a user