diff --git a/public/index_sharedhosting.php b/public/index_sharedhosting.php index b5d30f61..20a9dca4 100644 --- a/public/index_sharedhosting.php +++ b/public/index_sharedhosting.php @@ -26,7 +26,7 @@ require __DIR__.'/../../bootstrap/autoload.php'; -$app = require_once __DIR__.'/../bootstrap/app.php'; +$app = require_once __DIR__.'/../phpvms/bootstrap/app.php'; $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); $response = $kernel->handle(