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

---
 save-history.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/save-history.php b/save-history.php
new file mode 100644
index 0000000..929721f
--- /dev/null
+++ b/save-history.php
@@ -0,0 +1,5 @@
+<?php
+include_once "common/history-base.php";
+
+
+//validate & store as JSON
\ No newline at end of file

--
Gitblit v1.8.0