Redesign Admin Panel

Full frontend & backend redesign and refactor
This commit is contained in:
novgorodschi catalin
2026-05-25 10:23:39 +03:00
parent 8e3f4e16a9
commit a4e2c506a8
105 changed files with 5780 additions and 25041 deletions
+2
View File
@@ -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;