Fibinger Ádám
2020-06-04 acb792c92398ed0dd9b45a0a3007c4747de2eba7
commit | author | age
a4186a 1 <?php
2 include_once "common/history-base.php";
3
4 $var = [
5     'stripe' => $s,
6     'post' => !empty($_POST['stripe']),
7     'history' => $history,
8 ];
9
10 echo $twig->render('admin/history.twig', $var);