add unsibscribe newsletter

This commit is contained in:
2016-05-23 08:16:44 +02:00
parent e51f4a5934
commit 85047ec900
8 changed files with 133 additions and 13 deletions

View File

@@ -108,6 +108,10 @@ class TicketController extends Controller {
public function actionDaily(){
set_time_limit(0);
$this->actionWarnExpire();
}
public function actionWeekly(){
set_time_limit(0);
$this->actionNewsletter();
}