New desktop
This commit is contained in:
12
public/index.php
Normal file
12
public/index.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once dirname(__DIR__) . '/src/App/bootstrap.php';
|
||||
|
||||
use App\App;
|
||||
|
||||
$app = new App(dirname(__DIR__));
|
||||
$desktopPayload = $app->desktopPayload();
|
||||
|
||||
require dirname(__DIR__) . '/partials/desktop/shell.php';
|
||||
Reference in New Issue
Block a user