Changed README, disabled unneded features, Hiding some features from the GUI

This commit is contained in:
mlmmj mailinglist daemon and simple webinterface
2021-07-23 15:29:31 +02:00
parent 1e0a17e6cf
commit 81d0c6e6ef
66 changed files with 2143 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ if (!isset($_SESSION["auth"]) || $_SESSION["auth"] != 1)
}
// We do not print any error in the next three cases, because a legitimate
// user will never produce such results, even with disables javascript
// user will never produce such results, even with disabled javascript
if ( preg_match("/[^a-z0-9_]/", $list_name) )
{
header("Location: error.php");