diff options
author | jim-p <jimp@pfsense.org> | 2015-12-17 15:56:22 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-12-17 15:56:22 -0500 |
commit | 26c1744f34d378b9408023a894825fce9d8c4dc5 (patch) | |
tree | 855441d000e2c58fce47cdd593f729b83dfe1585 /config | |
parent | 304481cff9e80b09cec93f72b3b6c322925d37a3 (diff) | |
parent | bb15a22249175b64063aeabced7ea318313299d4 (diff) | |
download | pfsense-packages-26c1744f34d378b9408023a894825fce9d8c4dc5.tar.gz pfsense-packages-26c1744f34d378b9408023a894825fce9d8c4dc5.tar.bz2 pfsense-packages-26c1744f34d378b9408023a894825fce9d8c4dc5.zip |
Merge pull request #1221 from doktornotor/patch-1
Diffstat (limited to 'config')
-rw-r--r-- | config/cron/cron_edit.php | 2 |
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> |