From ffb04de2302e6cc71c0aa80e6e1fa2ee73a6a3c9 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Sat, 25 Apr 2015 11:11:28 -0400
Subject: [PATCH] - Changed password generation function - Fixed password length in lost password function
---
server/lib/classes/mod_mail_base.inc.php | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/server/lib/classes/mod_mail_base.inc.php b/server/lib/classes/mod_mail_base.inc.php
index b169193..bb25e5d 100644
--- a/server/lib/classes/mod_mail_base.inc.php
+++ b/server/lib/classes/mod_mail_base.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-Copyright (c) 2006, Till Brehm, projektfarm Gmbh
+Copyright (c) 2007, Till Brehm, projektfarm Gmbh
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@@ -29,48 +29,48 @@
*/
class mail_base {
-
+
var $current_record = array();
-
+
function write_config() {
-
-
-
+
+
+
}
-
+
/*
Domain Alias
*/
-
+
function domain_add($domain) {
-
+
}
-
+
function domain_update($domain_old, $domain_new) {
-
+
}
-
+
function domain_delete($domain) {
-
+
}
-
+
/*
Domain Alias
*/
-
+
function domain_alias_add($domain, $destination) {
-
+
}
-
+
function domain_alias_update($domain_old, $domain_new) {
-
+
}
-
+
function domain_alias_delete($domain) {
-
+
}
-
-
+
+
}
-?>
\ No newline at end of file
+?>
--
Gitblit v1.9.1