diff options
Diffstat (limited to 'usr/local/www/exec.php')
-rw-r--r-- | usr/local/www/exec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index 1963508..f3849b9 100644 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -318,7 +318,7 @@ if (!isBlank($_POST['txtPHPCommand'])) { <td valign="top" class="label"> <input type="submit" class="button" value="<?=gettext("Execute"); ?>" /> <p> - <strong><?=gettext("Example"); ?>:</strong> interfaces_carp_setup(); + <strong><?=gettext("Example"); ?>:</strong> interfaces_sync_setup(); </p> </td> </tr> |