Skip to content

Commit

Permalink
Www: switch to nella
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 28, 2023
1 parent 04adb47 commit 70614a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed www/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions www/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
<?php declare(strict_types = 1);

$container = require __DIR__ . '/../app/bootstrap.php';
require __DIR__ . '/../vendor/autoload.php';

$container->getByType(Nette\Application\Application::class)->run();
App\Bootstrap::run();

0 comments on commit 70614a4

Please sign in to comment.