Subversion Repositories personal-webbase

Compare Revisions

Regard whitespace Rev 10 → Rev 5

/trunk_081_wip_cancelled/LICENSE
File deleted
/trunk_081_wip_cancelled/includes/SecureMailer.class.php
1,7 → 1,7
<?php
 
// Secure Mailer PHP Class
// Revision: 2009-08-13
// Revision: 2009-08-09
// (C) 2009 ViaThinkSoft
// QB_SECURE_MAIL_PARAM (C) Erich Kachel
 
46,11 → 46,9
}
 
function addHeader($name, $value) {
$this->headers .= $this->QB_SECURE_MAIL_PARAM($name).': '.$this->QB_SECURE_MAIL_PARAM($value)."\r\n";
$this->headers .= $name.': '.$this->QB_SECURE_MAIL_PARAM($value)."\r\n";
}
 
// TODO: Braucht man auch ein addRawHeader()?
 
function sendMail($recipient, $subject, $message) {
return @mail($this->QB_SECURE_MAIL_PARAM($recipient),
$this->QB_SECURE_MAIL_PARAM($subject),
/trunk_081_wip_cancelled/includes/revision.inc.php
3,7 → 3,7
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
 
// Revision-Informationen
$revision = '0.81 Developer (2022 Test)';
$revision = '0.81 WIP Developer';
$rev_datum = '05.10.2016';
 
?>
/trunk_081_wip_cancelled/navigation.php
148,10 → 148,8
</tr>
</table>
 
<?php
<?php echo $endjs;
 
echo $endjs;
 
echo $footer;
 
?>
/trunk_081_wip_cancelled/page.php