@@ -1,7 +1,14 @@
<?php
if (file_exists(__DIR__ . '/../app/bootstrap.php')) {
$container = require __DIR__ . '/../app/bootstrap.php';
$container->getByType(Nette\Application\Application::class)
->run();
} else {
require_once __DIR__.'/node-index.php';
}
The note is not visible to the blocked user.