[DOCKER][MAIL] Removed unused config files and scripts

Now user is created on setup and dockerfile
This commit is contained in:
Pastilhas
2020-11-22 21:45:43 +00:00
committed by Hugo Sales
parent 0518bc2c6b
commit 2c3599721e
21 changed files with 46 additions and 878 deletions

View File

@@ -133,7 +133,7 @@ class Poll extends Module
$form = Form::create($formOptions);
$formView = $form->createView();
$ret = self::noteActionHandle($request, $form, $note, 'pollresponse', /** TODO Documentation */ function ($note, $data) {
$ret = self::noteActionHandle($request, $form, $note, 'pollresponse', /** TODO needs documentation */ function ($note, $data) {
$user = Common::ensureLoggedIn();
try {