Fibinger Ádám
2020-06-19 42082209d5dc6921afebea67196958e370b737c1
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);