aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-12-17 21:48:50 +0100
committerdoktornotor <notordoktor@gmail.com>2015-12-17 21:48:50 +0100
commitbb15a22249175b64063aeabced7ea318313299d4 (patch)
tree855441d000e2c58fce47cdd593f729b83dfe1585
parent304481cff9e80b09cec93f72b3b6c322925d37a3 (diff)
downloadpfsense-packages-bb15a22249175b64063aeabced7ea318313299d4.tar.gz
pfsense-packages-bb15a22249175b64063aeabced7ea318313299d4.tar.bz2
pfsense-packages-bb15a22249175b64063aeabced7ea318313299d4.zip
Fix hour help
-rw-r--r--config/cron/cron_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cron/cron_edit.php b/config/cron/cron_edit.php
index 58389284..ac4348aa 100644
--- a/config/cron/cron_edit.php
+++ b/config/cron/cron_edit.php
@@ -140,7 +140,7 @@ function show_advanced_config() {
<td width="90%" class="vtable">
<input name="hour" type="text" class="formfld" id="hour" size="40" value="<?=htmlspecialchars($pconfig['hour']);?>" /><br/>
The day(s) of the month on which the command will be executed.<br/>
- (1-31, ranges, or divided, *=all)
+ (0-23, ranges, or divided, *=all)
</td>
</tr>
<tr>