diff options
author | Phil Davis <phil.davis@inf.org> | 2017-01-19 11:02:56 +0545 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-01-19 10:22:36 -0200 |
commit | af4ae33e22e5577c693cac20575094488483092e (patch) | |
tree | ead73f535767fe78536e37b094725c88220f5448 | |
parent | 59ffba2fb71fcb20e48d8430afd6f06e90dcc0cc (diff) | |
download | pfsense-af4ae33e22e5577c693cac20575094488483092e.zip pfsense-af4ae33e22e5577c693cac20575094488483092e.tar.gz |
Fix copy-paste of ipsec.widget.php file name
Noticed while looking in widget code, might as well fix it.
(cherry picked from commit a80ce1a7e03ca4fa61f83166b747b4f72dddd4ba)
-rw-r--r-- | src/usr/local/www/widgets/widgets/ipsec.widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/ipsec.widget.php b/src/usr/local/www/widgets/widgets/ipsec.widget.php index fdde6a2..f9edfd0 100644 --- a/src/usr/local/www/widgets/widgets/ipsec.widget.php +++ b/src/usr/local/www/widgets/widgets/ipsec.widget.php @@ -1,6 +1,6 @@ <?php /* - * gmirror_status.widget.php + * ipsec.widget.php * * part of pfSense (https://www.pfsense.org) * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate) |