forked from services/mlmmj-light-web-ecg
This commit is contained in:
@@ -13,7 +13,9 @@ A light PHP web interface for managing [mlmmj](http://mlmmj.org/) mailing lists.
|
|||||||
### For users
|
### For users
|
||||||
- Authentication via LDAP
|
- Authentication via LDAP
|
||||||
- List all available mailinglists on the server
|
- List all available mailinglists on the server
|
||||||
|
- Display owners and listdescription of the respective mailing lists on the index page
|
||||||
- Only show the edit function for mailing lists where the user is set as owner
|
- Only show the edit function for mailing lists where the user is set as owner
|
||||||
|
- Edit functions per mailing list: subscribers, moderators, prefix and listdescription
|
||||||
|
|
||||||
### For admins
|
### For admins
|
||||||
- Error handling regarding invalid user input
|
- Error handling regarding invalid user input
|
||||||
@@ -69,8 +71,9 @@ Check if the values from `init.php` are still valid or need to be adapted.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
[v1.1](https://git.ecogood.org/services/mlmmj-light-web-ecg/releases/tag/v1.1) - Version 1.1 (11/25/2021)
|
[v1.2](https://git.ecogood.org/services/mlmmj-light-web-ecg/releases/tag/v1.2) - Version 1.2 (2022-02-01)
|
||||||
[v1.0](https://git.ecogood.org/services/mlmmj-light-web-ecg/releases/tag/v1.0) - Initial release (08/13/2021)
|
[v1.1](https://git.ecogood.org/services/mlmmj-light-web-ecg/releases/tag/v1.1) - Version 1.1 (2021-11-25)
|
||||||
|
[v1.0](https://git.ecogood.org/services/mlmmj-light-web-ecg/releases/tag/v1.0) - Initial release (2021-08-13)
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ if ( strlen($list_name) > 30 )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Test list existence
|
// Test list existence
|
||||||
if( !is_dir("$lists_path/$domain/$list_name") || $list_name == "" ) )
|
if( !is_dir("$lists_path/$domain/$list_name") || $list_name == "" )
|
||||||
{
|
{
|
||||||
header("Location: error.php");
|
header("Location: error.php");
|
||||||
exit();
|
exit();
|
||||||
|
|||||||
Reference in New Issue
Block a user