Fibinger Ádám
2020-06-04 39aea3acd86d676de0923016c2b0eecd79d9a7a9
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);