コード例 #1
0
 public function actionRemove()
 {
     Char::delete($_GET['name'], true);
     header('Location: /');
 }