From a017b2d0ba8b008dea0f536ffbc5caf5354fe714 Mon Sep 17 00:00:00 2001 From: Ario Date: Sun, 15 Sep 2019 01:27:56 +0200 Subject: [PATCH] nette index --- index.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.php b/index.php index ea575f7..52dc0f7 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,14 @@ getByType(Nette\Application\Application::class) ->run(); + } else { + + require_once __DIR__.'/node-index.php'; + + } \ No newline at end of file