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