diff --git a/html/cgi-bin/pppsetup.cgi b/html/cgi-bin/pppsetup.cgi
index 519a062bc..beb7fabc7 100644
--- a/html/cgi-bin/pppsetup.cgi
+++ b/html/cgi-bin/pppsetup.cgi
@@ -180,8 +180,8 @@ elsif ($pppsettings{'ACTION'} eq $Lang::tr{'save'})
goto ERROR; }
# Read-in ddns config file, to check if at least one provider is enabled.
- open(FILE, "${General::swroot}/ddns/config)";
- my @ddns_config =
+ open(FILE, "${General::swroot}/ddns/config");
+ my @ddns_config = ;
close(FILE);
if( $pppsettings{'RECONNECTION'} eq 'dialondemand' && grep(/on/, @ddns_config) ) {
@@ -529,7 +529,7 @@ END
# Read-in atm devices from proc.
open(PROC, "/proc/net/atm/devices");
-my @patm_devices = ;
+my @atm_devices = ;
close(PROC);
my $atmdev = grep(/0/, @atm_devices);