From a4186ab0762833a4c4dd741e6dd112185efc2272 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Thu, 17 Oct 2019 16:51:42 +0200
Subject: [PATCH] History felület alapok és némi refaktor

---
 match-history.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/match-history.php b/match-history.php
new file mode 100644
index 0000000..a6d7303
--- /dev/null
+++ b/match-history.php
@@ -0,0 +1,10 @@
+<?php
+include_once "common/history-base.php";
+
+$var = [
+    'stripe' => $s,
+    'post' => !empty($_POST['stripe']),
+    'history' => $history,
+];
+
+echo $twig->render('admin/history.twig', $var);

--
Gitblit v1.8.0