From: Alexander Marx Date: Wed, 26 Aug 2015 05:12:17 +0000 (+0200) Subject: dma: fix typo in mail.cgi X-Git-Tag: v2.17-core94~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2799b3d9e9ead617d6a652216563e83b8ccc24af;p=ipfire-2.x.git dma: fix typo in mail.cgi Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/mail.cgi b/html/cgi-bin/mail.cgi index d409a4c69d..a7c89defa6 100755 --- a/html/cgi-bin/mail.cgi +++ b/html/cgi-bin/mail.cgi @@ -101,8 +101,8 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}"){ #SaveButton on configsite #clear configfiles open (TXT, ">$dmafile") or die("Could not open /var/ipfire/dma/dma.conf: $!\n"); - open (TXT1, ">$authfile") or die("Could not open /var/ipfire/dma/dma.conf: $!\n"); - open (TXT2, ">$mailfile") or die("Could not open /var/ipfire/dma/dma.conf: $!\n"); + open (TXT1, ">$authfile") or die("Could not open /var/ipfire/dma/auth.conf: $!\n"); + open (TXT2, ">$mailfile") or die("Could not open /var/ipfire/dma/mail.conf: $!\n"); close TXT2; #Fill hashes with actual values