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