Beispiel #1
0
 public function post_DeleteCancel()
 {
     if (!Helpers::isAdmin()) {
         return redirect('/');
     }
     $text = "Supression annulée";
     return view("confirmation", ['text' => $text]);
 }