Fibinger Ádám
2019-10-17 a4186ab0762833a4c4dd741e6dd112185efc2272
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);