From d4b3233afbac6d4db15293d0a7a96e52ddda739c Mon Sep 17 00:00:00 2001 From: SuperDev Date: Wed, 21 Dec 2022 22:18:19 -0600 Subject: [PATCH] Update main.php --- admin/dashboard/main.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/admin/dashboard/main.php b/admin/dashboard/main.php index 21ff009..13a6664 100644 --- a/admin/dashboard/main.php +++ b/admin/dashboard/main.php @@ -1,6 +1,8 @@ @@ -23,8 +25,8 @@ function template_admin_header($title, $selected = 'dashboard', $selected_child Files Settings '; // Indenting the below code may cause an error @@ -144,4 +146,4 @@ function time_elapsed_string($datetime, $full = false) { if (!$full) $string = array_slice($string, 0, 1); return $string ? implode(', ', $string) . ' ago' : 'just now'; } -?> \ No newline at end of file +?>