Beispiel #1
0
 private function remove()
 {
     Article::remove($_GET['id']);
     header('Location: /admin/articles');
 }