From 64b2a9cbf8cc6d5b2eadd500035e80d36a95c22c Mon Sep 17 00:00:00 2001 From: floria030 <florian@schaal-24.de> Date: Mon, 10 Feb 2014 10:54:10 -0500 Subject: [PATCH] the path for the dkim-keys is automaticly creaed by the server-plugin, the path could be empty in the interface, and the amavis-template for gentoo was updated --- interface/web/login/lib/module.conf.php | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/login/lib/module.conf.php b/interface/web/login/lib/module.conf.php index 1176a63..0936235 100644 --- a/interface/web/login/lib/module.conf.php +++ b/interface/web/login/lib/module.conf.php @@ -1,6 +1,6 @@ -<?php -$module["name"] = "login"; -$module["title"] = "Login"; -$module["template"] = "module.tpl.htm"; -$module["startpage"] = "login/index.php"; -?> \ No newline at end of file +<?php +$module["name"] = "login"; +$module["title"] = "top_menu_login"; +$module["template"] = "module.tpl.htm"; +$module["startpage"] = "login/index.php"; +?> -- Gitblit v1.9.1