news: removed some old stuff

EventsController: contact mail display name from the config file
pull/61/head
deresz 2012-07-19 09:48:45 +02:00
parent bf98f2db3c
commit d879deb027
2 changed files with 1 additions and 2 deletions

View File

@ -629,7 +629,7 @@ class EventsController extends AppController {
// prepare the email
$this->Email->from = Configure::read('CyDefSIG.email');
$this->Email->to = $reporter['User']['email'];
$this->Email->subject = "[CyDefSIG] Need info about event ".$id." - TLP Amber";
$this->Email->subject = "[".Configure::read('CyDefSIG.name'). "] Need info about event ".$id." - TLP Amber";
//$this->Email->delivery = 'debug'; // do not really send out mails, only display it on the screen
$this->Email->template = 'body';
$this->Email->sendAs = 'text'; // both text or html

View File

@ -19,7 +19,6 @@ During this rewrite the code was cleaned up, CSRF protection should now be prese
Password strength validation and better security has been implemented.<br/>
Signatures are now known as Attributes.<br/>
Many known bugs have been fixed.<br/>
Some intermittent bugs might have slipped in during the (manual) conversion. Please contact me <a href="mailto:user1088@qet.be">user1088@qet.be</a> to report any issues.
</p>
<h3>March 2012</h3>
<p><b>Terms and News</b><br/>