Revert "Attempt to make proxy sub-dir -> app no subdir work" (#9341)

* Revert "Attempt to make proxy sub-dir -> app no subdir work (#9317)"

This reverts commit df850a3ed9.
This commit is contained in:
Tony Murray
2018-10-18 09:15:48 -05:00
committed by GitHub
parent 06df834981
commit 46ca1fd45e
6 changed files with 0 additions and 129 deletions

View File

@ -14,7 +14,6 @@ define('LARAVEL_START', microtime(true));
|
*/
include __DIR__ . '/../app/Helpers/HelperOverload.php';
@include __DIR__ . '/../vendor/autoload.php';
if (!class_exists(\App\Checks::class)) {