From 19985dbb8c0aa66dc4bf7905abc1148de909097d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 11 Jan 2022 12:35:47 +0100 Subject: prvi-commit --- main/survey/ajax.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 main/survey/ajax.php (limited to 'main/survey/ajax.php') diff --git a/main/survey/ajax.php b/main/survey/ajax.php new file mode 100644 index 0000000..4027393 --- /dev/null +++ b/main/survey/ajax.php @@ -0,0 +1,33 @@ +ajax(); +} +else { + new \App\Controllers\AjaxController(); +} + +?> \ No newline at end of file -- cgit v1.2.3