Fibinger Ádám
2019-11-27 c5946f44341c29594803c5b2ca64dcaf335fbca3
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);