* Close sql connections in add_badusers.php3
* Small fix in user_finger.php3
* Add the ability to erase rows from the badusers table
* In log_badlogins for multiple logins if it is a mppp attempt, log it
+* Add a message when adding a user in the badusers table
+* Close sql connections in add_badusers.php3
Ver 1.65:
* Add a captions.conf file with a few configurable captions for now
* Move the nas list to a separate file called naslist.conf
VALUES ('$login','$date','$admin','$msg');");
if (!$r)
echo "<b>SQL Error:" . da_sql_error($link,$config) . "</b><br>\n";
+ else
+ echo "<b>User added to badusers table</b><br>\n";
+ da_sql_close($link,$config);
}
else
echo "<b>SQL Error: Could not connect to SQL database: $server</b><br>\n";