aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport/status_mail_report_add_cmd.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/mailreport/status_mail_report_add_cmd.php')
-rw-r--r--config/mailreport/status_mail_report_add_cmd.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mailreport/status_mail_report_add_cmd.php b/config/mailreport/status_mail_report_add_cmd.php
index adbdcd77..4a82f051 100644
--- a/config/mailreport/status_mail_report_add_cmd.php
+++ b/config/mailreport/status_mail_report_add_cmd.php
@@ -118,6 +118,14 @@ include("head.inc");
</td>
</tr>
<tr>
+ <td>&nbsp;</td>
+ <td>
+ <br/>NOTE: The command will be run during the report and its stdout output will be included in the report body. Be extremely careful what commands you choose to run, the same warnings apply as those when using Diagnostics &gt; Command.
+ <br/>
+ <br/>Do not use this solely as a way to run a command on a schedule, use the Cron package for that purpose instead.
+ </td>
+ </tr>
+ <tr>
<td colspan="2" align="center">
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>">
<a href="status_mail_report_edit.php?id=<?php echo $reportid;?>"><input name="cancel" type="button" class="formbtn" value="<?=gettext("Cancel");?>"></a>