Bernd Wurst
String 'NULL' eliminiert
Bernd Wurst commited 2b7dc71 at 2014-02-07 14:21:11
<?php
/*
This file belongs to the Webinterface of schokokeks.org Hosting
Written 2008-2013 by schokokeks.org Hosting, namely
Bernd Wurst <bernd@schokokeks.org>
Hanno Böck <hanno@schokokeks.org>
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
http://creativecommons.org/publicdomain/zero/1.0/
Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
*/
require_once('inc/base.php');
require_once('inc/debug.php');
require_once('hasdomain.php');
require_once('common.php');
$forced_spamfilter_domains = array(
't-online.de', 'gmx.de', 'gmx.net', 'web.de', 'gmail.com', 'googlemail.com',
'gmail.com', 'googlemail.de', 'freenet.de', 'aol.com', 'yahoo.com'
);
function forward_spamfilter_options($target) {
global $forced_spamfilter_domains;
list($l, $d) = explode('@', $target, 2);
DEBUG('Weiterleitung an '.$l.' @ '.$d);
if (in_array($d, $forced_spamfilter_domains)) {
// Domain in der Liste => Spam darf nicht weiter geleitet werden
return array(array('delete'), 'delete');
}
$result = db_query("SELECT id FROM kundendaten.domains WHERE CONCAT_WS('.', domainname, tld) = ?", array($d));
if ($result->rowCount() > 0) {
// Lokale Domain
return array(array('none', 'tag', 'delete'), 'none');
}
// Auswärtige Domain aber keine aus der Liste
return array(array('none', 'tag', 'delete'), 'delete');
}
function empty_account()
{
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX