From 72b2c48ffa71ac4befecd98dcd328572e0235e74 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sat, 14 May 2022 09:37:30 -0400 Subject: [PATCH] Time and date picker! --- scripts/config.php | 53 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/scripts/config.php b/scripts/config.php index 9374319..93f38c8 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -1,5 +1,5 @@ Thai -

+
+ + 0) { + $checkedvalue = "checked"; + $disabledvalue = "disabled"; + } else { + $checkedvalue = ""; + $disabledvalue = ""; + } + ?> +
+ If connected to the internet, retrieve time automatically? + >
+ > + > +


+ -