Remove smarty.php from index.php

This commit is contained in:
DariusIII
2019-12-09 18:06:48 +01:00
parent 8e5f921d18
commit b07ce92aec
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
2019-12-09 DariusIII
* Chg: Remove smarty.php from index.php
2019-12-08 DariusIII
* Chg: Replace WWW_TOP with url() helper
2019-12-03 DariusIII
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'resources/views/themes/smarty.php';
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);