Fibinger Ádám
2020-09-10 f2e0b5357a6f019780773cb87cc5c633b27c88f2
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);