- new release v1.1.0

- new map tracking based on "map scopes"
- removed deprecated code (invite system)
This commit is contained in:
Exodus4D
2016-06-14 19:08:00 +02:00
parent 184e0518c1
commit 5a39829fd5
114 changed files with 242 additions and 40520 deletions

View File

@@ -27,21 +27,6 @@ class MailController extends \SMTP{
$this->set('Content-Type', 'text/html; charset=ISO-8859-1');
}
/**
* send invite key mail
* @param $to
* @param $msg
* @return bool
*/
public function sendInviteKey($to, $msg){
$this->set('To', '<' . $to . '>');
$this->set('From', 'Pathfinder <' . Controller::getEnvironmentData('SMTP_FROM') . '>');
$this->set('Subject', 'Registration Key');
$status = $this->send($msg);
return $status;
}
/**
* send mail to removed user account
* @param $to