From fac03aa97013f819bbc6c201d107ebfc4fab4e18 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Wed, 04 Jun 2014 12:47:35 -0400
Subject: [PATCH] Merge branch 'master' of http://git.ispconfig.org/ispconfig/ispconfig3
---
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