Update config.php

This commit is contained in:
Patrick McGuire
2022-05-15 15:33:17 -04:00
committed by GitHub
parent 72b2c48ffa
commit c053f82e9c
+1 -1
View File
@@ -208,7 +208,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
<span>If connected to the internet, retrieve time automatically?</span>
<input type="checkbox" onchange='handleChange(this)' name="apprise_notify_each_detection" <?php echo $checkedvalue; ?> ><br>
<input onclick="this.showPicker()" type="date" id="date" name="date" value="<?php echo date('Y-m-d') ?>" <?php echo $disabledvalue; ?>>
<input onclick="this.showPicker()" type="time" id="time" name="time" value="<?php echo date('h:i') ?>" <?php echo $disabledvalue; ?>>
<input onclick="this.showPicker()" type="time" id="time" name="time" value="<?php echo date('H:i') ?>" <?php echo $disabledvalue; ?>>
<br><br><br>
<input type="hidden" name="status" value="success">