From d8c4dd21da505211e90f13c4e0e486069723450e Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 25 Jul 2017 10:03:00 -0500 Subject: [PATCH] Fix path to phpvms folder --- public/index_sharedhosting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(